mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 17:14:44 +01:00
changed wrong php-version-number
This commit is contained in:
parent
24ccade46f
commit
486fd309c0
@ -494,7 +494,7 @@
|
||||
case 'GET':
|
||||
case 'COOKIE':
|
||||
case 'SERVER':
|
||||
if(phpversion() >= '4.2.0')
|
||||
if(phpversion() >= '4.1.0')
|
||||
{
|
||||
$meth = '_'.strtoupper($method[$i]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user