1
0
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:
Cameron
2021-01-19 18:52:56 -08:00
parent ce1273f8a4
commit b19f9ffbc3
41 changed files with 312 additions and 395 deletions

View File

@@ -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);
?>