mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
Ok, ok, ok so I didn't get one right... Sue me already
git-svn-id: file:///svn/phpbb/trunk@2297 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
1db4b1fc44
commit
9135d2f63c
1 changed files with 1 additions and 1 deletions
|
@ -1493,7 +1493,7 @@ if( isset($HTTP_GET_VARS['mode']) || isset($HTTP_POST_VARS['mode']) )
|
||||||
// Let's do an overall check for settings/versions which would prevent
|
// Let's do an overall check for settings/versions which would prevent
|
||||||
// us from doing file uploads....
|
// us from doing file uploads....
|
||||||
//
|
//
|
||||||
if( phpversion() >= '4.0.0 )
|
if( phpversion() >= '4.0.0' )
|
||||||
{
|
{
|
||||||
$file_uploads = ini_get('file_uploads');
|
$file_uploads = ini_get('file_uploads');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue