Commit 3ac846a3 authored by clone's avatar clone

bug

parent 4ce4addb
...@@ -242,7 +242,7 @@ $config['ResourceType'][] = Array( ...@@ -242,7 +242,7 @@ $config['ResourceType'][] = Array(
'name' => 'Images', 'name' => 'Images',
'url' => $baseUrl . 'images', 'url' => $baseUrl . 'images',
'directory' => $baseDir . 'images', 'directory' => $baseDir . 'images',
'maxSize' => 0, 'maxSize' => "10M",
'allowedExtensions' => 'bmp,gif,jpeg,jpg,png,txt,apk,pdf,doc', 'allowedExtensions' => 'bmp,gif,jpeg,jpg,png,txt,apk,pdf,doc',
'deniedExtensions' => ''); 'deniedExtensions' => '');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment