Datenstrom Yellow requires PHP 5.4 or higher
This commit is contained in:
parent
5aec5794c4
commit
8f310a5df4
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@
|
|||
|
||||
version_compare(PHP_VERSION, "5.4", ">=") || die("Datenstrom Yellow requires PHP 5.4 or higher!");
|
||||
extension_loaded("mbstring") || die("Datenstrom Yellow requires PHP mbstring extension!");
|
||||
extension_loaded("curl") || die("Datenstrom Yellow requires PHP cURL extension!");
|
||||
extension_loaded("zip") || die("Datenstrom Yellow requires PHP zip extension!");
|
||||
require_once("system/plugins/core.php");
|
||||
if(PHP_SAPI!="cli")
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue