Index: /temp/trunk/html/phpinfo.php
===================================================================
--- /temp/trunk/html/phpinfo.php	(revision 7199)
+++ /temp/trunk/html/phpinfo.php	(revision 7200)
@@ -1,5 +1,4 @@
 <?php
 
-require_once("./require.php");
 phpinfo();
  
Index: /temp/trunk/data/class/SC_View.php
===================================================================
--- /temp/trunk/data/class/SC_View.php	(revision 7199)
+++ /temp/trunk/data/class/SC_View.php	(revision 7200)
@@ -88,4 +88,7 @@
 			}
 		}
+		
+		sfprintr(ini_get("mbstring.http_input"));
+		
 		$this->_smarty->display($template);
 		if(ADMIN_MODE == '1') {
