Merge branch 'dev' of bitbucket.org:jubilian/nhance into dev

This commit is contained in:
VENKATESHWARAN 2025-12-24 09:55:35 +05:30
commit 447702c5e4

View File

@ -238,7 +238,7 @@ if (!function_exists('generate_download_link')) {
}
if (!function_exists('generate_random_alphanumeric')) {
function generate_random_alphanumeric($length = 6) {
function generate_random_alphanumeric($length = 12) {
$random_string = '';
for ($i = 0; $i < $length; $i++) {
$random_ascii = rand(0, 61);