mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-07-20 19:04:51 +02:00
Fix Extend Confirmation long text
This commit is contained in:
parent
3e89efcf46
commit
c0cd197df2
3 changed files with 66 additions and 2 deletions
2
init.php
2
init.php
|
@ -222,7 +222,7 @@ function Lang($key)
|
|||
|
||||
function alphanumeric($str, $tambahan = "")
|
||||
{
|
||||
return preg_replace("/[^a-zA-Z0-9" . $tambahan . "]+/", "", $str);
|
||||
return Text::alphanumeric($str, $tambahan);
|
||||
}
|
||||
|
||||
function showResult($success, $message = '', $result = [], $meta = [])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue