Changeset 10870
- Timestamp:
- 06/12/09 01:33:39 (3 years ago)
- File:
-
- 1 edited
-
trunk/periodic/cron.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/periodic/cron.php
r10305 r10870 18 18 ***************************************************************************/ 19 19 20 require_once('../inc/header.inc.php' ); 20 $aPathInfo = pathinfo(__FILE__); 21 require_once ($aPathInfo['dirname'] . '/../inc/header.inc.php'); 21 22 require_once(BX_DIRECTORY_PATH_INC . 'utils.inc.php'); 22 23 require_once(BX_DIRECTORY_PATH_INC . 'profiles.inc.php' );
Note: See TracChangeset
for help on using the changeset viewer.