Changeset 6089 for temp/trunk/html
- Timestamp:
- 2006/10/12 14:02:58 (20 years ago)
- Location:
- temp/trunk/html
- Files:
-
- 4 edited
-
admin/require.php (modified) (1 diff)
-
admin/system/bkup.php (modified) (1 diff)
-
install/index.php (modified) (1 diff)
-
products/batch_relate.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/admin/require.php
r5934 r6089 28 28 29 29 //fnSetErrorHandler(); 30 30 31 ?> -
temp/trunk/html/admin/system/bkup.php
r6081 r6089 6 6 */ 7 7 require_once("../require.php"); 8 require_once("../../../data/module/Tar.php"); 9 8 require_once(DATA_PATH. "module/Tar.php"); 10 9 11 10 define("DB_TYPE", "pgsql"); -
temp/trunk/html/install/index.php
r6080 r6089 302 302 mkdir($path); 303 303 } 304 $path = ". ./../html/upload/save_image";304 $path = "./upload/save_image"; 305 305 if(!file_exists($path)) { 306 306 mkdir($path); 307 307 } 308 $path = ". ./../html/upload/temp_image";308 $path = "./upload/temp_image"; 309 309 if(!file_exists($path)) { 310 310 mkdir($path); 311 311 } 312 $path = ". ./../html/upload/graph_image";312 $path = "./upload/graph_image"; 313 313 if(!file_exists($path)) { 314 314 mkdir($path); 315 315 } 316 $path = ". ./../html/upload/csv";316 $path = "./upload/csv"; 317 317 if(!file_exists($path)) { 318 318 mkdir($path); -
temp/trunk/html/products/batch_relate.php
r5934 r6089 7 7 8 8 /*¡¡¤³¤Î¾¦ÉʤòÇã¤Ã¤¿¿Í¤Ï¤³¤ó¤Ê¾¦ÉʤâÇã¤Ã¤Æ¤¤¤Þ¤¹¡£½¸·×¥Õ¥¡¥¤¥ë */ 9 10 $BATCH_DIR = realpath(dirname( __FILE__)); 11 require_once($BATCH_DIR . "/../../data/lib/slib.php"); 12 require_once($BATCH_DIR . "/../../data/lib/glib.php"); 13 require_once($BATCH_DIR . "/../../data/class/SC_Query.php"); 14 require_once($BATCH_DIR . "/../../data/class/SC_DbConn.php"); 9 require_once(DATA_PATH . "lib/slib.php"); 10 require_once(DATA_PATH . "lib/glib.php"); 11 require_once(DATA_PATH . "class/SC_Query.php"); 12 require_once(DATA_PATH . "class/SC_DbConn.php"); 15 13 16 14 $objQuery = new SC_Query();
Note: See TracChangeset
for help on using the changeset viewer.
