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

リファクタリング

File:
1 edited

Legend:

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

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