[xoops-cvslog 1747] CVS update: xoops2jp/html/kernel

Back to archive index

Minahito minah****@users*****
2006年 1月 14日 (土) 17:24:03 JST


Index: xoops2jp/html/kernel/XCube_Controller.class.php
diff -u xoops2jp/html/kernel/XCube_Controller.class.php:1.1.2.3 xoops2jp/html/kernel/XCube_Controller.class.php:1.1.2.4
--- xoops2jp/html/kernel/XCube_Controller.class.php:1.1.2.3	Wed Jan 11 12:31:27 2006
+++ xoops2jp/html/kernel/XCube_Controller.class.php	Sat Jan 14 17:24:03 2006
@@ -401,12 +401,20 @@
 		$this->_processAction();
 	}
 	
-	function executeForward($url)
+	/**
+	 * TODO We may change this name to forward()
+	 */
+	function executeForward($url, $time = 0, $message = null)
 	{
 		// check header output
 		header("location: ".$url);
 		exit();
 	}
+
+	function executeRedirect($url, $time = 1, $message = null)
+	{
+		// TODO
+	}
 }
 
 ?>
\ No newline at end of file


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