Changeset 16278


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

MOBILE_COMPILE_DIR を自動生成するように修正

File:
1 edited

Legend:

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

    r16172 r16278  
    99 
    1010$CONF_PHP_PATH = realpath( dirname( __FILE__) ); 
    11 require_once($CONF_PHP_PATH ."/../install.php"); 
     11//require_once($CONF_PHP_PATH ."/../install.php"); 
     12require_once($CONF_PHP_PATH ."/../install_pgsql.php"); 
    1213require_once($CONF_PHP_PATH ."/core.php" ); 
    1314 
     
    99100    } 
    100101 
     102    if (!file_exists(MOBILE_COMPILE_DIR)) { 
     103        mkdir(MOBILE_COMPILE_DIR); 
     104    } 
     105 
    101106    if (!file_exists(COMPILE_ADMIN_DIR)) { 
    102107        mkdir(COMPILE_ADMIN_DIR); 
Note: See TracChangeset for help on using the changeset viewer.