summaryrefslogtreecommitdiff
path: root/lib/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/config.php')
-rw-r--r--lib/config.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/config.php b/lib/config.php
index 1c6797d..b182d3a 100644
--- a/lib/config.php
+++ b/lib/config.php
@@ -25,7 +25,8 @@ $cfg = [
'maxcommentlength' => 100,
'maxsizex' => 128,
'maxsizey' => 128,
- 'storeoriginal' => true
+ 'storeoriginal' => true,
+ 'urlupload' => true
],
'rating' => [
'enable' => true,