Index: branches/comu-ver2/html/admin/require.php
===================================================================
--- branches/comu-ver2/html/admin/require.php	(revision 17586)
+++ branches/comu-ver2/html/admin/require.php	(revision 17875)
@@ -23,7 +23,7 @@
 
 // rtrim Í PHP o[WË¶Îô
-define("HTML_PATH", rtrim(realpath(rtrim(realpath(dirname(__FILE__)), '/\\') . '/../'), '/\\') . '/');
+define('HTML_PATH', rtrim(realpath(rtrim(realpath(dirname(__FILE__)), '/\\') . '/../'), '/\\') . '/');
 
-require_once(HTML_PATH . "define.php");
-require_once(HTML_PATH . HTML2DATA_DIR . "require_base.php");
+require_once HTML_PATH . 'define.php';
+require_once HTML_PATH . HTML2DATA_DIR . 'require_base.php';
 ?>
