Opened 16 years ago
Closed 16 years ago
#92 closed バグ(bug) (修正済み)
XOOPS mainfile.phpのdefine に変数がある場合のバグ
Reported by: | toemon | Owned by: | toemon |
---|---|---|---|
Priority: | 普通 | Milestone: | Ver.2.0.0 |
Component: | 一般 | Version: | 2.0.0 |
Severity: | 普通 | Keywords: | |
Cc: |
Description (last modified by toemon)
XOOPS mainfile.phpのdefine 定義が文字列でなくPHPコードで定義されている場合、XOOPS定義の取得に失敗する。 (thx legokao)
例 define('XOOPS_URL', 'http://'.$_SERVER['HTTP_HOST'].'/cube');
Change History (5)
comment:1 Changed 16 years ago by toemon
- Description modified (diff)
- Status changed from new to accepted
comment:2 Changed 16 years ago by toemon
- Description modified (diff)
comment:3 Changed 16 years ago by toemon
- Resolution set to 修正済み
- Status changed from accepted to closed
comment:4 Changed 16 years ago by toemon
- Resolution 修正済み deleted
- Status changed from closed to reopened
define('XOOPS_URL', 'http://'.$_SERVER['HTTP_HOST'].'/cube');の場合はパタンマッチするが
define('XOOPS_URL', 'http://'.$_SERVER['HTTP_HOST']);の場合はNG
comment:5 Changed 16 years ago by toemon
- Resolution set to 修正済み
- Status changed from reopened to closed
r167 にて今度こそ修正済み
Note: See
TracTickets for help on using
tickets.
r159 にて修正完了