From: s-ko Date: Thu, 2 Oct 2014 20:35:33 +0000 (+0100) Subject: Changed alphabet X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b92c1190a4fb71b220dbf6ba9a9f1f71ff92c7ca;p=simple-upload.git Changed alphabet --- diff --git a/index.php b/index.php index 70a9002..b94b8fb 100644 --- a/index.php +++ b/index.php @@ -37,13 +37,13 @@ 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')