Changeset 57 for trunk/www/include.php
- Timestamp:
- Aug 4, 2009, 5:32:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/include.php
r55 r57 1 1 <?php 2 3 // Change current directory to script location 4 $BaseDir = substr($_SERVER['SCRIPT_FILENAME'], 0, strrpos($_SERVER['SCRIPT_FILENAME'], '/')); 5 if($BaseDir != '') chdir($BaseDir); 2 6 3 7 include('config.php'); … … 25 29 include('model/platform.php'); 26 30 include('model/history.php'); 31 include('model/shell.php'); 27 32 28 33 include('view/user.php'); … … 39 44 include('view/debug.php'); 40 45 46 include('init.php'); 47 41 48 ?>
Note:
See TracChangeset
for help on using the changeset viewer.