Merge branch 'dev' of bitbucket.org:jubilian/nhance into dev
This commit is contained in:
commit
447702c5e4
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user