[xoops-cvslog 5743] CVS update: xoops2jp/html/modules/legacy/kernel

Back to archive index

NobuNobu nobun****@users*****
2006年 11月 10日 (金) 12:30:01 JST


Index: xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php
diff -u xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php:1.1.2.18 xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php:1.1.2.19
--- xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php:1.1.2.18	Thu Nov  9 17:20:11 2006
+++ xoops2jp/html/modules/legacy/kernel/Legacy_Controller.class.php	Fri Nov 10 12:30:00 2006
@@ -138,6 +138,9 @@
 		//
 		// Decide status. [TEST]
 		//
+
+		$this->_processHostAbstractLayer();
+
 		$urlInfo = $this->_parseUrl();
 		$adminStateFlag = null;
 		
@@ -202,7 +205,7 @@
 
 		$this->_processPreBlockFilter();	// What's !?
 
-		$this->_processHostAbstractLayer();
+//      $this->_processHostAbstractLayer(); // Move it into prepare()
 
 		$this->_setupSession();
 
@@ -458,6 +461,7 @@
 		Legacy_Utils::raiseUserControlEvent();
 	}
 	
+	// @todo change to refer settings ini file for HostAbstractLayer.
 	function _processHostAbstractLayer()
 	{
 		if ( !isset($_SERVER['PATH_TRANSLATED']) && isset($_SERVER['SCRIPT_FILENAME']) ) {


xoops-cvslog メーリングリストの案内
Back to archive index