Changeset 657 in subversion
- Timestamp:
- Jul 30, 2007 7:51:32 AM (6 years ago)
- File:
-
- 1 edited
-
branches/devel-vnext/program/include/bootstrap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/devel-vnext/program/include/bootstrap.php
r656 r657 40 40 //echo 'Before: ' . $include_path; 41 41 $status = ini_set('include_path', $include_path); 42 $status = set_include_path($include_path); 42 43 if ($status === false) { 43 die('Fatal error: ini_set does not work.');44 die('Fatal error: ini_set/set_include_path does not work.'); 44 45 } 45 46
Note: See TracChangeset
for help on using the changeset viewer.
