Changeset 16455
- Timestamp:
- 2007/10/16 22:25:13 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/feature-module-update/data/class/pages/LC_Page.php
r16423 r16455 197 197 // $path が / で始まっている場合 198 198 if (substr($path, 0, 1) == "/") { 199 $realPath = realpath(HTML_PATH . substr_replace($path, "", 0, 1)); 199 $realPath = realpath(substr_replace(HTML_PATH, "", 200 strlen(HTML_PATH) - strlen(URL_DIR), 201 strlen(URL_DIR)) . $path); 200 202 } else { 201 203 // 相対パスの場合
Note: See TracChangeset
for help on using the changeset viewer.
