Index: temp/trunk/html/admin/design/main_edit.php
===================================================================
--- temp/trunk/html/admin/design/main_edit.php	(revision 3731)
+++ temp/trunk/html/admin/design/main_edit.php	(revision 3732)
@@ -346,6 +346,6 @@
 	
 	// ¥Ù¡¼¥¹¤È¤Ê¤ëPHP¥Õ¥¡¥¤¥ë¤ÎÆÉ¤ß¹þ¤ß
-	if (file_exists($path)){
-		$php_data = file_get_contents($path);		
+	if (file_exists(USER_DEF_PHP)){
+		$php_data = file_get_contents(USER_DEF_PHP);		
 	}
 	
