Ignore:
Timestamp:
2012/04/03 18:31:27 (12 years ago)
Author:
Seasoft
Message:

#1717 (URL のファイルパス部の取得は PHP_SELF の代わりに SCRIPT_NAME を使用する)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/admin/LC_Page_Admin.php

    r21693 r21704  
    6767        // プラグインを実行するかを判定します. 
    6868        // プラグイン管理ではプラグインが実行されません 
    69         if ($_SERVER['PHP_SELF'] === ROOT_URLPATH . ADMIN_DIR . 'system/plugin.php') { 
     69        if ($_SERVER['SCRIPT_NAME'] === ROOT_URLPATH . ADMIN_DIR . 'system/plugin.php') { 
    7070            $this->plugin_activate_flg = false; 
    7171        } 
Note: See TracChangeset for help on using the changeset viewer.