remove pointless ereg stuff

git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@680 a1433add-5e2c-0410-b055-b7f2511e0802
postfixadmin-2.3
David Goodwin 17 years ago
parent 0fcfd2e5ab
commit 4f88abb0fd

@ -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';
/**

Loading…
Cancel
Save