Index: branches/beta/data/class/SC_View.php
===================================================================
--- branches/beta/data/class/SC_View.php	(revision 14392)
+++ branches/beta/data/class/SC_View.php	(revision 14676)
@@ -44,5 +44,5 @@
 		$this->_smarty->register_function("sfPrintEbisTag","sfPrintEbisTag");
 		$this->_smarty->register_function("sfPrintAffTag","sfPrintAffTag");
-        $this->_smarty->default_modifiers = array('script_escape');
+		$this->_smarty->default_modifiers = array('script_escape');
         
 		if(ADMIN_MODE == '1') {		
@@ -96,4 +96,8 @@
 			print("½èÍý»þ´Ö:" . $time . "ÉÃ");
 		}
+        
+        if (DEBUG_MODE === true) {
+            print($_SERVER["SERVER_ADDR"]."-");
+        }
 	}
   	
