Changeset 6093 for temp/trunk


Ignore:
Timestamp:
2006/10/12 14:11:48 (20 years ago)
Author:
naka
Message:

* empty log message *

Location:
temp/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/lib/slib.php

    r6087 r6093  
    8585        foreach($arrRet as $array) { 
    8686            if($array['extern_php'] != "") { 
    87                 $path = ROOT_DIR . $array['extern_php']; 
     87                $path = DATA_PATH . $array['extern_php']; 
    8888                if(file_exists($path)) { 
    8989                    require_once($path); 
  • temp/trunk/html/admin/design/main_edit.php

    r6087 r6093  
    362362     
    363363    // require.php¤Î¾ì½ê¤ò½ñ¤­´¹¤¨¤ë 
    364     $php_data = str_replace("###require###", ROOT_DIR . "html/require.php", $php_data); 
     364    $php_data = str_replace("###require###", HTML_PATH . "require.php", $php_data); 
    365365     
    366366    // php¥Õ¥¡¥¤¥ë¤ÎºîÀ® 
  • temp/trunk/html/install/index.php

    r6092 r6093  
    624624    "    define ('DB_NAME', '" . $objDBParam->getValue('db_name') . "');\n" . 
    625625    "    define ('DB_PORT', '" . $objDBParam->getValue('db_port') .  "');\n" . 
    626     "    define('DATA_PATH', ".$data_path.");\n" . 
     626    "    define('DATA_PATH', '".$data_path."');\n" . 
    627627    "?>"; 
    628628     
Note: See TracChangeset for help on using the changeset viewer.