initial commit at dedicated page

This commit is contained in:
Andy Miller
2017-08-26 18:25:34 -06:00
parent 853acb2057
commit 8ca011dcd6
8 changed files with 70 additions and 27 deletions

View File

@@ -93,9 +93,9 @@ class AdminBaseController
return false;
}
// if (!$this->validateNonce()) {
// return false;
// }
if (!$this->validateNonce()) {
return false;
}
$method = 'task' . ucfirst($this->task);