Changeset 12178
- Timestamp:
- 2007/04/25 11:48:19 (15 years ago)
- Location:
- branches/dev/html
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/install/index.php
r12177 r12178 792 792 $url_dir = ereg_replace("^https?://[a-zA-Z0-9_~=&\?\.\-]+", "", $normal_url); 793 793 794 //$data_path = $root_dir . "../data/";795 //$filepath = $data_path . "install.inc";794 $data_path = $root_dir . "../data/"; 795 $filepath = $data_path . "install.inc"; 796 796 797 797 $config_data = … … 809 809 " define ('DB_NAME', '" . $objDBParam->getValue('db_name') . "');\n" . 810 810 " define ('DB_PORT', '" . $objDBParam->getValue('db_port') . "');\n" . 811 //" define ('DATA_PATH', '".$data_path."');\n" .811 " define ('DATA_PATH', '".$data_path."');\n" . 812 812 " define ('MOBILE_HTML_PATH', HTML_PATH . 'mobile/');\n" . 813 813 " define ('MOBILE_SITE_URL', SITE_URL . 'mobile/');\n" .
Note: See TracChangeset
for help on using the changeset viewer.