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