From 83bdc4bc426e838498bb89d3d2daa50463bf192b Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 26 Feb 2010 17:30:44 +0100 Subject: move password salt to config Signed-off-by: Florian Pritz --- system/application/config/example/config.php | 1 + 1 file changed, 1 insertion(+) (limited to 'system/application/config/example/config.php') diff --git a/system/application/config/example/config.php b/system/application/config/example/config.php index 33a436d31..7b325a3e0 100755 --- a/system/application/config/example/config.php +++ b/system/application/config/example/config.php @@ -343,6 +343,7 @@ $config['upload_max_text_size'] = 2*1024*1024; $config['upload_max_age'] = 60*60*24*5; // 5 days $config['paste_show_url'] = 'file/show_url/'; // "s/" with url rewrite $config['paste_download_url'] = 'file/download/'; // "d/" with url rewrite +$config['passwordsalt'] = ''; // just enter any strign you want here /* End of file config.php */ /* Location: ./system/application/config/config.php */ -- cgit v1.2.3-24-g4f1b