Ignore:
Timestamp:
2007/10/19 16:27:45 (17 years ago)
Author:
nanasess
Message:

リファクタリング

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/html/mobile/require.php

    r16503 r16506  
    1919} 
    2020 
    21 require_once($include_dir . "/.." . HTML2DATA_DIR . "conf/conf.php"); 
    22 require_once($include_dir . "/.." . HTML2DATA_DIR . "conf/mobile_conf.php"); 
     21if (!defined("CACHE_PATH")) { 
     22    /** キャッシュ生成ディレクトリ */ 
     23    define("CACHE_PATH", $include_dir . "/.." . HTML2DATA_DIR . "cache/"); 
     24} 
     25require_once(CLASS_EX_PATH . "SC_Initial_Mobile_Ex.php"); 
     26// アプリケーション初期化処理 
     27new SC_Initial_Mobile_Ex(); 
     28 
     29//require_once($include_dir . "/.." . HTML2DATA_DIR . "conf/conf.php"); 
     30//require_once($include_dir . "/.." . HTML2DATA_DIR . "conf/mobile_conf.php"); 
    2331require_once($include_dir . "/.." . HTML2DATA_DIR . "include/module.inc"); 
    2432require_once(CLASS_EX_PATH . "util_extends/GC_Utils_Ex.php"); 
Note: See TracChangeset for help on using the changeset viewer.