Ticket #407 (closed 改善提案: 修正済)

Opened 15 years ago

Last modified 14 years ago

管理者画面で読み込んでいるrequire.phpについて

Reported by: kishida Owned by: somebody
Priority: Milestone: EC-CUBE2.4.0
Component: 管理画面 Version: 2.1.2(正式版)
Keywords: require.php Cc:
修正済み:

Description

管理画面で読み込んでいるrequire.phpが/html/admin/require.phpがあるにも関わらず、/html/require.phpを呼んでいる箇所がある。

[対処方法] /html/admin/require.phpと/html/require.phpの差分は、モバイルでアクセスした際にモバイルページでリダイレクトする機能が入っているかないかのみなので、 /html/admin配下を、require_once("../../require.php");で検索し、require_once("../require.php");で置換

Change History

comment:1 Changed 15 years ago by kajiwara

  • Status changed from new to closed
  • Type changed from バグ指摘 to 改善提案
  • Resolution set to 修正済
  • Milestone changed from EC-CUBE2.x.x to EC-CUBE2.4.0

r17825 にて EC-CUBE 2.4.0RC-1 に反映済

comment:2 Changed 15 years ago by kajiwara

r17827 キャンペーン機能のみ、html直下のrequire.phpを参照 (今後の改修課題)

comment:3 Changed 14 years ago by Seasoft

コミュニティ r17875

Note: See TracTickets for help on using tickets.