Resolved issue 0000826: Required versions (Php & MySql)

git-svn-id: http://piwigo.org/svn/trunk@2343 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rub
2008-05-16 18:59:37 +00:00
parent 3cffa07182
commit dc2adc5b61
6 changed files with 46 additions and 2 deletions
+4
View File
@@ -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);