mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-02 11:20:52 +02:00
Monstra requires PHP 5.2.3 or greater
This commit is contained in:
@@ -10,10 +10,10 @@
|
|||||||
error_reporting(-1);
|
error_reporting(-1);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Monstra requires PHP 5.2.0 or greater
|
* Monstra requires PHP 5.2.3 or greater
|
||||||
*/
|
*/
|
||||||
if (version_compare(PHP_VERSION, "5.2.0", "<")) {
|
if (version_compare(PHP_VERSION, "5.2.3", "<")) {
|
||||||
exit("Monstra requires PHP 5.2.0 or greater.");
|
exit("Monstra requires PHP 5.2.3 or greater.");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user