Changeset 16279


Ignore:
Timestamp:
2007/10/05 22:15:24 (16 years ago)
Author:
nanasess
Message:

install.php のパス修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/conf/conf.php

    r16278 r16279  
    99 
    1010$CONF_PHP_PATH = realpath( dirname( __FILE__) ); 
    11 //require_once($CONF_PHP_PATH ."/../install.php"); 
    12 require_once($CONF_PHP_PATH ."/../install_pgsql.php"); 
     11require_once($CONF_PHP_PATH ."/../install.php"); 
    1312require_once($CONF_PHP_PATH ."/core.php" ); 
    1413 
Note: See TracChangeset for help on using the changeset viewer.