Index: branches/version-2_5-dev/html/install/index.php
===================================================================
--- branches/version-2_5-dev/html/install/index.php	(revision 19937)
+++ branches/version-2_5-dev/html/install/index.php	(revision 19938)
@@ -30,5 +30,5 @@
 // ▲require.php 相当
 
-$INSTALL_DIR = realpath(dirname( __FILE__));
+$ownDir = realpath(dirname(__FILE__)) . '/';
 require_once(DATA_REALDIR . "module/Request.php");
 
@@ -53,5 +53,5 @@
 
 // テンプレートコンパイルディレクトリの書込み権限チェック
-$temp_dir = $INSTALL_DIR . '/temp';
+$temp_dir = $ownDir . 'temp';
 
 if(!is_writable($temp_dir)) {
@@ -60,5 +60,5 @@
 }
 
-$objView = new SC_InstallView($INSTALL_DIR . '/templates', $INSTALL_DIR . '/temp');
+$objView = new SC_InstallView($ownDir . 'templates', $ownDir . 'temp');
 
 // パラメータ管理クラス
