mirror of
https://github.com/e107inc/e107.git
synced 2025-08-17 03:54:09 +02:00
Admin Language files autoload denied for new admin UI areas
This commit is contained in:
@@ -16,15 +16,10 @@
|
||||
| $Author$
|
||||
+----------------------------------------------------------------------------+
|
||||
*/
|
||||
define('e_MINIMAL',true);
|
||||
//define('e_MINIMAL',true);
|
||||
require_once("../../class2.php");
|
||||
if (!getperms("P"))
|
||||
{
|
||||
header("location:".e_BASE."index.php");
|
||||
exit;
|
||||
}
|
||||
|
||||
|
||||
e107::lan('faqs', 'admin');
|
||||
|
||||
class faq_admin extends e_admin_dispatcher
|
||||
{
|
||||
|
Reference in New Issue
Block a user