mirror of
https://github.com/slawkens/myaac.git
synced 2025-12-13 20:39:46 +01:00
feature: csrf protection
This commit is contained in:
@@ -9,6 +9,9 @@
|
||||
*/
|
||||
defined('MYAAC') or die('Direct access not allowed!');
|
||||
$title = 'Plugin manager';
|
||||
|
||||
csrfProtect();
|
||||
|
||||
$use_datatable = true;
|
||||
|
||||
require_once LIBS . 'plugins.php';
|
||||
|
||||
Reference in New Issue
Block a user