Ticket #343 (closed バグ指摘: 修正済)

Opened 15 years ago

Last modified 15 years ago

html/campaign配下で、require.phpを呼んでいるパスがおかしい

Reported by: kishida Owned by: kishida
Priority: Milestone: EC-CUBE
Component: フロント Version: 2.1.2(正式版)
Keywords: Cc:
修正済み:

Description

require_once("../../require.php");からrequire_once("../require.php");に変更し、対応可能

Change History

comment:1 Changed 15 years ago by kishida

  • Owner changed from somebody to kishida
  • Status changed from new to assigned

comment:2 Changed 15 years ago by kishida

  • Status changed from assigned to closed
  • Resolution set to 修正済

/html/campaign/application.php /html/campaign/complete.php /html/campaign/entry.php /html/campaign/index.php 内のequire_once("../../require.php");をrequire_once("../require.php");に変更し、対応致しました。

Note: See TracTickets for help on using tickets.