mirror of
https://github.com/getgrav/grav-plugin-admin.git
synced 2025-11-01 10:56:08 +01:00
Added ajax task
This commit is contained in:
@@ -93,9 +93,9 @@ class AdminBaseController
|
||||
return false;
|
||||
}
|
||||
|
||||
if (!$this->validateNonce()) {
|
||||
return false;
|
||||
}
|
||||
// if (!$this->validateNonce()) {
|
||||
// return false;
|
||||
// }
|
||||
|
||||
$method = 'task' . ucfirst($this->task);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user