Changeset 20534 for branches/version-2_5-dev/data/require_safe.php
- Timestamp:
- 2011/03/07 12:25:01 (15 years ago)
- File:
-
- 1 edited
-
branches/version-2_5-dev/data/require_safe.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/require_safe.php
r20466 r20534 36 36 37 37 // アプリケーションの初期化処理 38 require_once (DATA_REALDIR . "app_initial.php");38 require_once DATA_REALDIR . 'app_initial.php'; 39 39 40 40 // 各種クラス読み込み 41 require_once (DATA_REALDIR . "require_classes.php");41 require_once DATA_REALDIR . 'require_classes.php'; 42 42 43 43 if (SC_Display::detectDevice() == DEVICE_TYPE_MOBILE) {
Note: See TracChangeset
for help on using the changeset viewer.
