Changeset 6080 for temp/trunk/html/install
- Timestamp:
- 2006/10/12 12:59:44 (20 years ago)
- Location:
- temp/trunk/html/install
- Files:
-
- 2 edited
-
index.php (modified) (1 diff)
-
user_data/templates/mypage/index.tpl (modified) (previous)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/install/index.php
r6072 r6080 410 410 function lfInitWebParam($objWebParam) { 411 411 412 if(defined(' ROOT_DIR')) {413 $install_dir = ROOT_DIR;412 if(defined('HTML_PATH')) { 413 $install_dir = HTML_PATH; 414 414 } else { 415 415 $install_dir = realpath(dirname( __FILE__) . "/../") . "/";
Note: See TracChangeset
for help on using the changeset viewer.
