Yellow requires PHP 5.3 or higher

This commit is contained in:
markseu 2016-09-04 14:22:53 +02:00
parent 06f81895bb
commit 7e9e1f97b6

View file

@ -2,6 +2,8 @@
// Yellow is for people who make websites. http://datenstrom.se/yellow
// This file may be used and distributed under the terms of the public license.
version_compare(PHP_VERSION, "5.3", '>=') || die("Yellow requires PHP 5.3 or higher!");
require_once("system/plugins/core.php");
if(PHP_SAPI!="cli")
{