mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-02 01:05:13 +02:00
Qrcode scanner
This commit is contained in:
parent
605a8f522f
commit
f3349b50c8
12 changed files with 327 additions and 33 deletions
|
@ -182,6 +182,7 @@ switch ($do) {
|
|||
default:
|
||||
run_hook('customer_view_login'); #HOOK
|
||||
if ($config['disable_registration'] == 'yes') {
|
||||
$ui->assign('code', alphanumeric(_get('code')));
|
||||
$ui->display('user-login-noreg.tpl');
|
||||
} else {
|
||||
$ui->display('user-login.tpl');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue