Changeset 6128
- Timestamp:
- 2006/10/12 17:23:28 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 6 edited
-
data/lib/slib.php (modified) (2 diffs)
-
html/install/index.php (modified) (2 diffs)
-
html/install/user_data/include/bloc/login.tpl (modified) (previous)
-
html/install/user_data/include/bloc/search_products.tpl (modified) (previous)
-
html/install/user_data/include/header.tpl (modified) (previous)
-
html/products/list.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/lib/slib.php
r6114 r6128 80 80 //DB¤«¤éÀßÄê¾ðÊó¤ò¼èÆÀ 81 81 if(defined('DB_USER') && defined('DB_PASSWORD') && defined('DB_SERVER') && defined('DB_NAME')) { 82 /* 82 83 $objConn = new SC_DbConn(DEFAULT_DSN); 83 84 // ºÇ½é¤Ë¼Â¹Ô¤¹¤ëPHP¥½¡¼¥¹¤ò¸¡º÷¤¹¤ë … … 91 92 } 92 93 } 94 */ 93 95 } 94 96 } -
temp/trunk/html/install/index.php
r6108 r6128 429 429 } 430 430 431 /* 431 432 // Ź̾¡¢´ÉÍý¼Ô¥á¡¼¥ë¥¢¥É¥ì¥¹¤ò¼èÆÀ¤¹¤ë¡£(ºÆ¥¤¥ó¥¹¥È¡¼¥ë»þ) 432 433 if(defined('DEFAULT_DSN')) { … … 436 437 $admin_mail = $arrRet[0]['email01']; 437 438 } 439 */ 438 440 439 441 $objWebParam->addParam("Ź̾", "shop_name", MTEXT_LEN, "", array("EXIST_CHECK","MAX_LENGTH_CHECK"), $shop_name); -
temp/trunk/html/products/list.php
r6083 r6128 5 5 * http://www.lockon.co.jp/ 6 6 */ 7 8 $include_dir = realpath(dirname( __FILE__)); 9 require_once($include_dir . "/../data/conf/conf.php"); 7 10 require_once(DATA_PATH . "lib/slib.php"); 8 11 require_once(DATA_PATH . "class/SC_View.php");
Note: See TracChangeset
for help on using the changeset viewer.
