mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-03 17:54:41 +02:00
get ready for Pretty URL
This commit is contained in:
parent
d60b1827d9
commit
31dda69d3d
14 changed files with 102 additions and 79 deletions
|
@ -173,6 +173,7 @@ switch ($action) {
|
|||
_alert(Lang::T('You do not have permission to access this page'), 'danger', "dashboard");
|
||||
}
|
||||
$csrf_token = _post('csrf_token');
|
||||
|
||||
if (!Csrf::check($csrf_token)) {
|
||||
r2(getUrl('settings/app'), 'e', Lang::T('Invalid or Expired CSRF Token') . ".");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue