1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-01 18:32:44 +02:00

Issue #5382 #5432 Updated tests.

This commit is contained in:
camer0n
2025-02-06 13:36:02 -08:00
parent c4720bc32c
commit ab58afd629
4 changed files with 32 additions and 21 deletions

View File

@@ -2,8 +2,9 @@
// Generated e107 Plugin Admin Area
require_once('../class2.php');
if (!getperms('0'))
require_once(__DIR__.'/../class2.php');
if (!getperms('7'))
{
e107::redirect('admin');
exit;
@@ -387,5 +388,5 @@ require_once(e_ADMIN."auth.php");
e107::getAdminUI()->runPage();
require_once(e_ADMIN."footer.php");
exit;