Initial commit
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
return array (
|
||||
'upload_driver' => 'local',
|
||||
'exts' => 'rar,zip,pdf,mp3,txt,html,csv,xls',
|
||||
'mimes' => '',
|
||||
'maxSize' => '10',
|
||||
'rootPath' => 'file',
|
||||
);
|
||||
Reference in New Issue
Block a user