Procedural File: _upgrade.php
Source Location: /blogs/conf/_upgrade.php
Page Details
This file includes upgrade settings for b2evolution.
b2evolution - http://b2evolution.net/ Released under GNU GPL License - http://b2evolution.net/about/license.html
| Copyright: | (c)2003-2006 by Francois PLANQUE - http://fplanque.net/ |
| Filesource: | Source Code for this file |
Globals
string
$fileupload_allowedtypes
[line 46]
Accepted file types, you can add to that list if you want.
Note: add a space before and after each file type. Example: $fileupload_allowedtypes = ' jpg gif png ';
Default value: ' jpg gif png txt 'API Tags:
| Deprecated: | 1.6: this is only used for creating the defaults when upgrading |
[ Top ]
int
$fileupload_maxk
[line 56]
by default, most servers limit the size of uploads to 2048 KB if you want to set it to a lower value, here it is (you cannot set a higher value)
Default value: '96'API Tags:
| Deprecated: | 1.6: this is only used for creating the defaults when upgrading |
[ Top ]
