mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 10:15:03 +02:00
alphanumeric voucher
This commit is contained in:
parent
f3349b50c8
commit
b9ff4399a4
3 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@ switch ($action) {
|
|||
|
||||
case 'activation':
|
||||
run_hook('view_activate_voucher'); #HOOK
|
||||
$ui->assign('code', alphanumeric(_get('code')));
|
||||
$ui->assign('code', alphanumeric(_get('code'),"-"));
|
||||
$ui->display('user-activation.tpl');
|
||||
break;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue