Changeset 10045
- Timestamp:
- 11/29/08 15:26:11 (1 month ago)
- Files:
-
- branches/0.8/jaws/html/upgrade/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/0.8/jaws/html/upgrade/index.php
r10032 r10045 41 41 set_include_path('.' . PATH_SEPARATOR . JAWS_PATH . 'libraries/pear'); 42 42 43 if (!defined('JAWS_IPATH')) { 44 define('JAWS_IPATH', JAWS_PATH); 45 } 46 47 if (!defined('JAWS_DATA')) { 48 define('JAWS_DATA', JAWS_IPATH . 'data'. DIRECTORY_SEPARATOR); 49 } 50 43 51 // Lets support older PHP versions so we can use spanking new functions 44 52 require_once JAWS_PATH . 'include/Jaws/PHPFunctions.php';
