Changeset 16172


Ignore:
Timestamp:
2007/09/29 20:07:22 (17 years ago)
Author:
nanasess
Message:

install.php のパス修正

File:
1 edited

Legend:

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

    r16143 r16172  
    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.