]> git.mxchange.org Git - simple-upload.git/commitdiff
Changed alphabet
authors-ko <aleks@s-ko.net>
Thu, 2 Oct 2014 20:35:33 +0000 (21:35 +0100)
committers-ko <aleks@s-ko.net>
Thu, 2 Oct 2014 20:35:33 +0000 (21:35 +0100)
index.php

index 70a9002eb7b8e51d9be74aafd47ace1183aae8ed..b94b8fb7d83f700c0d2f2e45309f9f18f0416fb3 100644 (file)
--- a/index.php
+++ b/index.php
                listfiles_date_format => 'F d Y H:i:s',
 
                // Randomize file names (number of 'false')
-               random_name_len => 4,
+               random_name_len => 8,
 
                // Keep filetype information (if random name is activated)
                random_name_keep_type => true,
 
                // Random file name letters
-               random_name_alphabet => 'qwertyuiopasdfghjklzxcvbnm',
+               random_name_alphabet => 'qazwsxedcrfvtgbyhnujmikolp1234567890',
 
                // Display debugging information
                debug => ($_SERVER['SERVER_NAME'] === 'localhost')