Index: branches/dev/data/conf/core.php
===================================================================
--- branches/dev/data/conf/core.php	(revision 14373)
+++ branches/dev/data/conf/core.php	(revision 14596)
@@ -34,5 +34,5 @@
 // WEBÉé²ÙÊ¬»¶ÀßÄê
 
-define ("MULTI_WEB_SERVER_MODE", true);    // Éé²ÙÊ¬»¶¥â¡¼¥É(true:ON false:OFF)
+define ("MULTI_WEB_SERVER_MODE", false);    // Éé²ÙÊ¬»¶¥â¡¼¥É(true:ON false:OFF)
 
 /*
@@ -42,6 +42,6 @@
  */
 $arrWEB_SERVERS = array(
-    array('host_name' => 'share-web3', 'host' => '192.168.3.2',   'user' => 'dev-web01', 'pass' => 'naturemade'),        // WEB¥µ¡¼¥Ð1
-    array('host_name' => 'share-web4', 'host' => '192.168.3.3',   'user' => 'dev_admin', 'pass' => 'naturemade'),        // WEB¥µ¡¼¥Ð2
+    array('host_name' => 'web1', 'host' => '127.0.0.1',   'user' => 'users', 'pass' => 'pass'),        // WEB¥µ¡¼¥Ð1
+    array('host_name' => 'web2', 'host' => 'host2',   'user' => 'users', 'pass' => 'pass'),        // WEB¥µ¡¼¥Ð2
 );
 //////////////////////////////////////////////////////////////////////////////////?///////////////////////////////////////////
