diff options
Diffstat (limited to 'include/constants.php')
-rw-r--r-- | include/constants.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/constants.php b/include/constants.php index 6b05d683a..42854a9d4 100644 --- a/include/constants.php +++ b/include/constants.php @@ -29,6 +29,10 @@ define('PEM_URL', 'http://' . PHPWG_DOMAIN . '/ext'); define('PHPWG_DEFAULT_LANGUAGE', 'en_UK'); define('PHPWG_DEFAULT_TEMPLATE', 'yoga/clear'); +// Required versions +define('REQUIRED_PHP_VERSION', '5.0.0'); +define('REQUIRED_MYSQL_VERSION', '4.1.22'); + // Error codes define('GENERAL_MESSAGE', 200); define('GENERAL_ERROR', 202); |