1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Get rid of 0.6 legacy code in login

This commit is contained in:
e107steved
2009-07-25 21:18:09 +00:00
parent 98846ed348
commit 2d7704e29f

View File

@@ -12,9 +12,9 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/e107_handlers/login.php,v $ | $Source: /cvs_backup/e107_0.8/e107_handlers/login.php,v $
| $Revision: 1.24 $ | $Revision: 1.25 $
| $Date: 2009-07-18 13:08:37 $ | $Date: 2009-07-25 21:18:09 $
| $Author: marj_nl_fr $ | $Author: e107steved $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
@@ -289,16 +289,8 @@ class userlogin
} }
header("Location: ".$redir);
if (strstr($_SERVER['SERVER_SOFTWARE'], "Apache")) exit();
{
header("Location: ".$redir);
exit();
}
else
{
echo "<script type='text/javascript'>document.location.href='{$redir}'</script>\n";
}
} }