summaryrefslogtreecommitdiffstats
path: root/system/application/config/example/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'system/application/config/example/config.php')
-rwxr-xr-xsystem/application/config/example/config.php1
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 */