fix: add missing $use_datatable (#210)

* fix: datatables

* fix: datatables
This commit is contained in:
Gabriel Pedro
2022-12-07 03:37:35 -04:00
committed by GitHub
parent 269ca501f1
commit 8aac3ec2e5
5 changed files with 5 additions and 0 deletions

View File

@@ -9,6 +9,7 @@
*/
defined('MYAAC') or die('Direct access not allowed!');
$title = 'Plugin manager';
$use_datatable = true;
require_once LIBS . 'plugins.php';