Changeset 12325 for branches/dev/html/install/index.php
- Timestamp:
- 2007/05/09 09:51:33 (19 years ago)
- File:
-
- 1 edited
-
branches/dev/html/install/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.
