Ignore:
Timestamp:
2009/03/06 15:20:13 (17 years ago)
Author:
Seasoft
Message:

・require ファイルを管理機能用の require.php に修正

 http://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=3555&forum=11

・無駄な評価を極力削減

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/html/admin/require.php

    r17586 r17875  
    2323 
    2424// rtrim ‚Í PHP ƒo[ƒWƒ‡ƒ“ˆË‘¶‘΍ô 
    25 define("HTML_PATH", rtrim(realpath(rtrim(realpath(dirname(__FILE__)), '/\\') . '/../'), '/\\') . '/'); 
     25define('HTML_PATH', rtrim(realpath(rtrim(realpath(dirname(__FILE__)), '/\\') . '/../'), '/\\') . '/'); 
    2626 
    27 require_once(HTML_PATH . "define.php"); 
    28 require_once(HTML_PATH . HTML2DATA_DIR . "require_base.php"); 
     27require_once HTML_PATH . 'define.php'; 
     28require_once HTML_PATH . HTML2DATA_DIR . 'require_base.php'; 
    2929?> 
Note: See TracChangeset for help on using the changeset viewer.