diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/config.php | 3 |
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, |
