mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 02:04:53 +02:00
get ready for Pretty URL
This commit is contained in:
parent
d60b1827d9
commit
31dda69d3d
14 changed files with 102 additions and 79 deletions
2
init.php
2
init.php
|
@ -266,7 +266,7 @@ function showResult($success, $message = '', $result = [], $meta = [])
|
|||
*/
|
||||
function getUrl($url)
|
||||
{
|
||||
Text::url($url);
|
||||
return Text::url($url);
|
||||
}
|
||||
|
||||
function generateUniqueNumericVouchers($totalVouchers, $length = 8)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue