From 4f88abb0fd8fd408b6c5cbeba7ecb3c9f7c93223 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Fri, 10 Jul 2009 20:58:33 +0000 Subject: [PATCH] remove pointless ereg stuff git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@680 a1433add-5e2c-0410-b055-b7f2511e0802 --- functions.inc.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/functions.inc.php b/functions.inc.php index adfb3825..903992fb 100644 --- a/functions.inc.php +++ b/functions.inc.php @@ -16,12 +16,6 @@ * Contains re-usable code. */ -if (ereg ("functions.inc.php", $_SERVER['PHP_SELF'])) -{ - header ("Location: login.php"); - exit; -} - $version = '2.3 rc5'; /**