- Timestamp:
- 2006/10/12 12:34:04 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/data/conf/core.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/conf/core.php
r6069 r6070 15 15 define("DATA_PATH", ROOT_DIR . "../data/"); 16 16 17 // ¥ Æ¥ó¥×¥ì¡¼¥È¥Õ¥¡¥¤¥ëÊݸÀè18 define("USER_DIR", "html/user_data/");17 // ¥æ¡¼¥¶¥Æ¥ó¥×¥ì¡¼¥È¥Õ¥¡¥¤¥ëÊݸÀè 18 define("USER_DIR", ROOT_DIR . "user_data/"); 19 19 20 20 // ¥Æ¥ó¥×¥ì¡¼¥È¥Õ¥¡¥¤¥ëÊݸÀè … … 25 25 26 26 // ¥æ¡¼¥¶¡¼ºîÀ®²èÌ̤Υǥե©¥ë¥ÈPHP¥Õ¥¡¥¤¥ë 27 define("USER_DEF_PHP", ROOT_DIR ."html/__default.php");27 define("USER_DEF_PHP", ROOT_DIR . "__default.php"); 28 28 29 29 // ¤½¤Î¾²èÌ̤Υǥե©¥ë¥È¥Ú¡¼¥¸¥ì¥¤¥¢¥¦¥È
Note: See TracChangeset
for help on using the changeset viewer.
