Changeset 5898 for temp/trunk


Ignore:
Timestamp:
2006/09/26 16:47:04 (20 years ago)
Author:
kakinaka
Message:

blank

Location:
temp/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/conf/conf.php

    r5411 r5898  
    22 
    33$CONF_PHP_PATH = realpath( dirname( __FILE__) ); 
    4 require_once($CONF_PHP_PATH ."/../../html/install.inc"); 
     4require_once($CONF_PHP_PATH ."/../install.inc"); 
    55require_once($CONF_PHP_PATH ."/core.php" ); 
    66//-------------------------------------------------------------------------------------------------------- 
  • temp/trunk/html/admin/system/bkup.php

    r5896 r5898  
    489489        //¶õÇò¹Ô¤Î¤È¤­¤Ï¥Æ¡¼¥Ö¥ëÊѹ¹ 
    490490        if (count($data) <= 1 and $data[0] == "") { 
    491 //      if (!isset($data)) { 
    492491            $base_sql = ""; 
    493492            $tbl_flg = false; 
  • temp/trunk/html/install/index.php

    r5897 r5898  
    517517    global $port; 
    518518     
    519     $filepath = $objWebParam->getValue('install_dir') . "/html/install.inc"; 
     519    $filepath = $objWebParam->getValue('install_dir') . "/data/install.inc"; 
    520520    $domain = $objWebParam->getValue('domain'); 
    521521    if(!ereg("^\.", $domain)) { 
Note: See TracChangeset for help on using the changeset viewer.