Index: temp/trunk/html/install/index.php
===================================================================
--- temp/trunk/html/install/index.php	(revision 2194)
+++ temp/trunk/html/install/index.php	(revision 2195)
@@ -1,4 +1,5 @@
 <?php
 require_once("../require.php");
+$INSTALL_DIR = realpath(dirname( __FILE__));
 
 class LC_Page {
@@ -13,5 +14,5 @@
 
 $objPage = new LC_Page();
-$objView = new SC_UserView('./templates', './temp');
+$objView = new SC_UserView($INSTALL_DIR . '/templates', $INSTALL_DIR . '/temp');
 
 // ¥Ñ¥é¥á¡¼¥¿´ÉÍý¥¯¥é¥¹
