Changeset 143 for trunk/debug/mysql.php
- Timestamp:
- 02/27/2006 12:50:42 AM (6 years ago)
- File:
-
- 1 edited
-
trunk/debug/mysql.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/debug/mysql.php
r100 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 if ($vars['debug']['enabled'] == FALSE) die("WiND: Debug mode is not enabled. Check the config file.") ; 28 28 … … 63 63 } 64 64 65 include_once( $root_path."includes/main.php");65 include_once(ROOT_PATH."includes/main.php"); 66 66 67 67 echo '<table border="1">';
Note: See TracChangeset
for help on using the changeset viewer.
