mirror of
https://github.com/slawkens/myaac.git
synced 2025-04-27 09:49:22 +02:00
PHP 5.5 is required
This commit is contained in:
parent
ee9e939f88
commit
7c0c85f650
@ -5,7 +5,7 @@ Official website: https://my-aac.org
|
|||||||
|
|
||||||
### REQUIREMENTS
|
### REQUIREMENTS
|
||||||
|
|
||||||
- PHP 5.3.3 or later
|
- PHP 5.5 or later
|
||||||
- MySQL database
|
- MySQL database
|
||||||
- PDO PHP Extension
|
- PDO PHP Extension
|
||||||
- XML PHP Extension
|
- XML PHP Extension
|
||||||
|
@ -22,7 +22,7 @@ function version_check($name, $ok, $info = '', $warning = false)
|
|||||||
$failed = false;
|
$failed = false;
|
||||||
|
|
||||||
// start validating
|
// start validating
|
||||||
version_check($locale['step_requirements_php_version'], (PHP_VERSION_ID >= 50303), PHP_VERSION);
|
version_check($locale['step_requirements_php_version'], (PHP_VERSION_ID >= 50500), PHP_VERSION);
|
||||||
foreach(array('images/guilds', 'images/houses', 'images/gallery') as $value)
|
foreach(array('images/guilds', 'images/houses', 'images/gallery') as $value)
|
||||||
{
|
{
|
||||||
$is_writable = is_writable(BASE . $value);
|
$is_writable = is_writable(BASE . $value);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user