mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-03 01:34:53 +02:00
fix csrf token
This commit is contained in:
parent
4bc47a8d85
commit
75d6f17eb5
2 changed files with 48 additions and 81 deletions
|
@ -38,7 +38,7 @@ switch ($action) {
|
|||
r2(getUrl('pluginmanager'), 's', 'Refresh success');
|
||||
break;
|
||||
case 'dlinstall':
|
||||
if ($_app_stage == 'demo') {
|
||||
if ($_app_stage == 'Demo') {
|
||||
r2(getUrl('pluginmanager'), 'e', 'Demo Mode cannot install as it Security risk');
|
||||
}
|
||||
if (!is_writeable($CACHE_PATH)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue