You've already forked postfixadmin
mirror of
https://github.com/postfixadmin/postfixadmin.git
synced 2025-11-26 11:23:04 +03:00
remove pointless ereg stuff
git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@682 a1433add-5e2c-0410-b055-b7f2511e0802
This commit is contained in:
@@ -17,11 +17,6 @@
|
|||||||
*
|
*
|
||||||
* XXX Probably a hack to save having to declare variables before using them in pages.
|
* XXX Probably a hack to save having to declare variables before using them in pages.
|
||||||
*/
|
*/
|
||||||
if (ereg ("variables.inc.php", $_SERVER['PHP_SELF']))
|
|
||||||
{
|
|
||||||
header ("Location: login.php");
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
|
|
||||||
$error = "";
|
$error = "";
|
||||||
$escaped_string = "";
|
$escaped_string = "";
|
||||||
@@ -101,4 +96,3 @@ $pPassword_password_current_text = " ";
|
|||||||
$pPassword_password_text = " ";
|
$pPassword_password_text = " ";
|
||||||
|
|
||||||
/* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */
|
/* vim: set expandtab softtabstop=4 tabstop=4 shiftwidth=4: */
|
||||||
?>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user