mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
setting recommended php version to 5.3, not sure why we havnt done that already
This commit is contained in:
parent
d88b9a8cea
commit
b2ffa0d4d2
@ -73,7 +73,7 @@ class setup
|
||||
*
|
||||
* @var string
|
||||
*/
|
||||
var $recommended_php_version = '5.2+';
|
||||
var $recommended_php_version = '5.3+';
|
||||
|
||||
function setup($html=False, $translation=False)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user