mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 18:24:32 +02:00
Patch Update
fix moon custom login page logo not showing after upload add registration now allowed in demo mode, add warning when registration is disabled
This commit is contained in:
parent
318b52905d
commit
16199b4c18
4 changed files with 85 additions and 4 deletions
|
@ -4,7 +4,12 @@
|
|||
* PHP Mikrotik Billing (https://github.com/hotspotbilling/phpnuxbill/)
|
||||
* by https://t.me/ibnux
|
||||
**/
|
||||
|
||||
if ($_app_stage != 'Live') {
|
||||
_alert(Lang::T('You do not have permission to access this page in demo mode'), 'danger', "login");
|
||||
}
|
||||
if ($_c['disable_registration'] == 'noreg') {
|
||||
_alert(Lang::T('Registration Disabled'), 'danger', "login");
|
||||
}
|
||||
if (isset($routes['1'])) {
|
||||
$do = $routes['1'];
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue