mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-03 17:54:41 +02:00
Fix login, register, dashboard, + pengumuman
Tampilan login dan register diubah Error include file diperbaiki logout diperbaiki penambahan pengumuman dan informasi saat registrasi
This commit is contained in:
parent
0f7268ba13
commit
24d7ef3f2d
15 changed files with 211 additions and 125 deletions
|
@ -224,11 +224,11 @@ switch($do){
|
|||
|
||||
break;
|
||||
|
||||
case 'register-display':
|
||||
$ui->display('register.tpl');
|
||||
break;
|
||||
|
||||
default:
|
||||
$ui->assign('username', "");
|
||||
$ui->assign('fullname', "");
|
||||
$ui->assign('address', "");
|
||||
$ui->assign('phonenumber', "");
|
||||
$ui->display('register.tpl');
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue