Ignore:
Timestamp:
2007/10/19 16:53:52 (19 years ago)
Author:
nanasess
Message:

リファクタリングに伴う修正

File:
1 edited

Legend:

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

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