From fd0eaa672f2659b77be59d1d561396f71dd8f5f8 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Tue, 6 Dec 2011 00:39:02 +1100 Subject: [PATCH] ... --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 7859c62b..02d2d1be 100644 --- a/inc/config.php +++ b/inc/config.php @@ -368,7 +368,7 @@ // $config['allowed_ext_files'][] = 'txt'; // $config['allowed_ext_files'][] = 'zip'; - // An alternative function for generating a filename, instead of the default UNIX timestamp with appended random digits + // An alternative function for generating a filename, instead of the default UNIX timestamp. // http://tinyboard.org/wiki/index.php?title=Filenames // $config['filename_func'] = 'some_function_you_have_created';