Changeset 78 for trunk/www/Include.php
- Timestamp:
- Sep 11, 2009, 8:18:38 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/Include.php
r69 r78 1 1 <?php 2 2 3 // Change current directory to script location4 $BaseDir = substr($_SERVER['SCRIPT_FILENAME'], 0, strrpos($_SERVER['SCRIPT_FILENAME'], '/'));5 if($BaseDir != '') chdir($BaseDir);6 3 7 4 include('Base/Include.php');
Note:
See TracChangeset
for help on using the changeset viewer.