Index: branches/version-2_5-dev/html/admin/require.php
===================================================================
--- branches/version-2_5-dev/html/admin/require.php	(revision 19802)
+++ branches/version-2_5-dev/html/admin/require.php	(revision 19805)
@@ -23,11 +23,11 @@
 
 // rtrim は PHP バージョン依存対策
-define('HTML_FILE_PATH', rtrim(realpath(rtrim(realpath(dirname(__FILE__)), '/\\') . '/../'), '/\\') . '/');
+define('HTML_REALDIR', rtrim(realpath(rtrim(realpath(dirname(__FILE__)), '/\\') . '/../'), '/\\') . '/');
 define('ADMIN_FUNCTION', true);
 
-require_once HTML_FILE_PATH . 'define.php';
-require_once HTML_FILE_PATH . 'handle_error.php';
+require_once HTML_REALDIR . 'define.php';
+require_once HTML_REALDIR . 'handle_error.php';
 
-require_once HTML_FILE_PATH . HTML2DATA_DIR . 'require_base.php';
+require_once HTML_REALDIR . HTML2DATA_DIR . 'require_base.php';
 
 ob_start();
