From b92c1190a4fb71b220dbf6ba9a9f1f71ff92c7ca Mon Sep 17 00:00:00 2001 From: s-ko Date: Thu, 2 Oct 2014 21:35:33 +0100 Subject: [PATCH] Changed alphabet --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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') -- 2.39.5