Changeset 12325
- Timestamp:
- 2007/05/09 09:51:33 (16 years ago)
- Location:
- branches/dev/html
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/define.php
r12179 r12325 1 1 <?php 2 2 // HTML¥Ç¥£¥ì¥¯¥È¥ê¤«¤é¤ÎDATA¥Ç¥£¥ì¥¯¥È¥ê¤ÎÁêÂХѥ¹ 3 define("HTML2DATA_DIR", "/../data/") 3 define("HTML2DATA_DIR", "/../data/"); 4 4 ?> -
branches/dev/html/install/index.php
r12323 r12325 1 1 <?php 2 print("?");3 2 /* 4 3 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. … … 6 5 * http://www.lockon.co.jp/ 7 6 */ 8 print("?");9 7 require_once("../require.php"); 10 print("?");11 8 $INSTALL_DIR = realpath(dirname( __FILE__)); 12 print("?");13 9 require_once("../" . HTML2DATA_DIR . "module/Request.php"); 14 print("?");15 10 define("INSTALL_LOG", "./temp/install.log"); 16 11 -
branches/dev/html/require.php
r12324 r12325 1 1 <?php 2 print("?1");3 2 /* 4 3 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved.
Note: See TracChangeset
for help on using the changeset viewer.