Changeset 12328
- Timestamp:
- 2007/05/09 09:53:45 (16 years ago)
- Location:
- branches/dev/html
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/define.php
r12327 r12328 1 1 <?php 2 print("?");3 2 // HTML¥Ç¥£¥ì¥¯¥È¥ê¤«¤é¤ÎDATA¥Ç¥£¥ì¥¯¥È¥ê¤ÎÁêÂХѥ¹ 4 3 define("HTML2DATA_DIR", "/../data/"); 5 print("?");6 4 ?> -
branches/dev/html/require.php
r12325 r12328 8 8 $include_dir = realpath(dirname( __FILE__)); 9 9 require_once($include_dir . "/define.php"); 10 require_once($include_dir . HTML2DATA_DIR. "conf/conf.php"); 10 require_once($include_dir . HTML2DATA_DIR. "conf/conf.php"); 11 print("conf"); 11 12 require_once($include_dir . HTML2DATA_DIR . "include/module.inc"); 12 13 require_once($include_dir . HTML2DATA_DIR . "lib/glib.php");
Note: See TracChangeset
for help on using the changeset viewer.