forked from extern/egroupware
setting recommended php version to 5.3, not sure why we havnt done that already
This commit is contained in:
parent
f512d1efae
commit
43092fea2e
@ -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