Changeset 6099
- Timestamp:
- 2006/10/12 15:59:22 (16 years ago)
- Location:
- temp/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/class/SC_DbConn.php
r6098 r6099 8 8 $current_dir = realpath(dirname(__FILE__)); 9 9 require_once($current_dir . "/../module/DB.php"); 10 11 print("ok");12 10 13 11 $objDbConn = ""; -
temp/trunk/data/module/DB.php
r6098 r6099 34 34 } 35 35 36 print("ok");37 38 36 require_once DB_PHP_DIR . '/PEAR.php'; 39 40 print("ok");41 37 42 38 // {{{ constants -
temp/trunk/html/install/index.php
r6094 r6099 7 7 require_once("../require.php"); 8 8 $INSTALL_DIR = realpath(dirname( __FILE__)); 9 10 print("ok"); 9 11 10 12 class LC_Page {
Note: See TracChangeset
for help on using the changeset viewer.