mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-16 18:53:26 +02:00
fix: add missing $use_datatable (#210)
* fix: datatables * fix: datatables
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
*/
|
||||
defined('MYAAC') or die('Direct access not allowed!');
|
||||
$title = 'Pages';
|
||||
$use_datatable = true;
|
||||
|
||||
if (!hasFlag(FLAG_CONTENT_PAGES) && !superAdmin()) {
|
||||
echo 'Access denied.';
|
||||
|
Reference in New Issue
Block a user