* fix for safe.

This commit is contained in:
wangyidong
2014-08-25 06:02:04 +00:00
parent 8edba16802
commit 2cb64ce5c8
+1 -1
View File
@@ -63,7 +63,7 @@ $config->default->method = 'index'; // Default method.
/* Upload settings. */
$config->file = new stdclass();
$config->file->dangers = 'php,jsp,py,rb,asp,'; // Dangerous files.
$config->file->dangers = 'php,php3,php4,phtml,php5,jsp,py,rb,asp,asa,cer,cdx,aspl'; // Dangerous files.
$config->file->maxSize = 1024 * 1024; // Max size.
/* Master database settings. */