1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-14 09:32:17 +02:00

added missing constant ADMINPERMS to succeed the getperms check

at the beginning of the lancheck.php file.
This commit is contained in:
Achim Ennenbach 2019-02-06 21:19:11 +01:00
parent 52552cf814
commit cf20065ed6

View File

@ -15,6 +15,8 @@
protected function _before()
{
// fix for getperms("L") check in lancheck.php
define('ADMINPERMS', 'L');
require_once(e_ADMIN."lancheck.php");