1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 02:10:37 +02:00

try to fix code format

This commit is contained in:
Sergey Romaneko
2012-10-25 14:30:04 +03:00
parent f42330f90f
commit b067c87ab2

View File

@@ -28,7 +28,7 @@
/**
* Monstra requires PHP 5.2.0 or greater
*/
if (version_compare(PHP_VERSION, "5.2.0", "<")) {
if (version_compare(PHP_VERSION, "5.2.0", "<")) {
exit("Monstra requires PHP 5.2.0 or greater.");
}