diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-03-19 22:30:03 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-03-19 22:33:20 +0100 |
commit | e0dfaee5b598f5e617581de158fb9abb0bfdfe80 (patch) | |
tree | 9bc5f9c546c6a95d806153992de3895574b761cb /system/application/config/example/config.php | |
parent | f94969927d968b488dd4b86016b75f9abe341320 (diff) |
remove useless config option
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'system/application/config/example/config.php')
-rwxr-xr-x | system/application/config/example/config.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/application/config/example/config.php b/system/application/config/example/config.php index 487740d12..b9ce20468 100755 --- a/system/application/config/example/config.php +++ b/system/application/config/example/config.php @@ -341,7 +341,6 @@ $config['upload_path'] = FCPATH.'data/uploads'; $config['upload_max_size'] = 256*1024*1024; $config['upload_max_text_size'] = 2*1024*1024; $config['upload_max_age'] = 60*60*24*5; // 5 days -$config['paste_download_url'] = 'file/download/'; // "" with url rewrite $config['passwordsalt'] = ''; // just enter any string you want here /* End of file config.php */ |