mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-30 22:59:28 +02:00
Update radius.php
Fix Package not showing on voucher when sorting using date created while printing Its should be Invalid Voucher... in radius-rest
This commit is contained in:
parent
cfe0a14f31
commit
0780438ca8
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ try {
|
|||
show_radius_result(['Reply-Message' => 'Voucher Expired...'], 401);
|
||||
}
|
||||
} else {
|
||||
show_radius_result(['Reply-Message' => 'Voucher Expired..'], 401);
|
||||
show_radius_result(['Reply-Message' => 'Invalid Voucher..'], 401);
|
||||
}
|
||||
} else {
|
||||
show_radius_result(['Reply-Message' => 'Internet Plan Expired..'], 401);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue