[xoops-cvslog 5682] CVS update: xoops2jp/html/modules/base/preload/protectorLE

Back to archive index

Minahito minah****@users*****
2006年 11月 7日 (火) 17:04:36 JST


Index: xoops2jp/html/modules/base/preload/protectorLE/protectorLE.class.php
diff -u xoops2jp/html/modules/base/preload/protectorLE/protectorLE.class.php:1.1.2.2 xoops2jp/html/modules/base/preload/protectorLE/protectorLE.class.php:removed
--- xoops2jp/html/modules/base/preload/protectorLE/protectorLE.class.php:1.1.2.2	Tue Mar 28 22:30:25 2006
+++ xoops2jp/html/modules/base/preload/protectorLE/protectorLE.class.php	Tue Nov  7 17:04:36 2006
@@ -1,28 +0,0 @@
-<?php
-
-if (!defined('XOOPS_ROOT_PATH')) exit();
-
-class protectorLE_Filter extends XCube_ActionFilter
-{
-	function getCheckRequestKeys()
-	{
-		$checkNames=array('GLOBALS', '_SESSION', 'HTTP_SESSION_VARS', '_GET', 'HTTP_GET_VARS',
-							'_POST', 'HTTP_POST_VARS', '_COOKIE', 'HTTP_COOKIE_VARS', '_REQUEST',
-							'_SERVER', 'HTTP_SERVER_VARS', '_ENV', 'HTTP_ENV_VARS', '_FILES',
-							'HTTP_POST_FILES', 'xoopsDB', 'xoopsUser', 'xoopsUserId', 'xoopsUserGroups',
-							'xoopsUserIsAdmin', 'xoopsConfig', 'xoopsOption', 'xoopsModule', 'xoopsModuleConfig');
-							
-		return $checkNames;
-	}
-
-	function preFilter()
-	{
-		foreach($this->getCheckRequestKeys() as $name) {
-			if (isset($_REQUEST[$name])) {
-				die();
-			}
-		}
-	}
-}
-
-?>
\ No newline at end of file
Index: xoops2jp/html/modules/base/preload/protectorLE/index.html
diff -u xoops2jp/html/modules/base/preload/protectorLE/index.html:1.1.2.1 xoops2jp/html/modules/base/preload/protectorLE/index.html:removed
--- xoops2jp/html/modules/base/preload/protectorLE/index.html:1.1.2.1	Mon Mar 27 11:41:52 2006
+++ xoops2jp/html/modules/base/preload/protectorLE/index.html	Tue Nov  7 17:04:36 2006
@@ -1 +0,0 @@
- <script>history.go(-1);</script>
\ No newline at end of file


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