mirror of
https://github.com/e107inc/e107.git
synced 2025-07-25 08:51:50 +02:00
Frontend scripts tests. (may break some things)
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
require_once('class2.php');
|
||||
if (!check_class(varset($pref['email_item_class'],e_UC_MEMBER)))
|
||||
{
|
||||
header('Location: '.e_BASE.'index.php');
|
||||
e107::redirect('Location: '.e_BASE.'index.php');
|
||||
exit();
|
||||
}
|
||||
|
||||
@@ -255,4 +255,3 @@ $text .= "
|
||||
$ns->tablerender(LAN_EMAIL_5, $text);
|
||||
|
||||
require_once(FOOTERF);
|
||||
?>
|
Reference in New Issue
Block a user