Changeset 143 for trunk/index.php
- Timestamp:
- 02/27/2006 12:50:42 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r1 r143 22 22 ob_start(); 23 23 24 $root_path = "./";24 define("ROOT_PATH","./"); 25 25 26 include_once( $root_path."globals/common.php");26 include_once(ROOT_PATH."globals/common.php"); 27 27 28 include_once( $root_path."includes/main.php");28 include_once(ROOT_PATH."includes/main.php"); 29 29 30 30 $main = new main;
Note: See TracChangeset
for help on using the changeset viewer.
