Datenstrom Yellow requires PHP 5.6 or higher

This commit is contained in:
markseu 2020-01-02 10:45:02 +01:00
parent b2077f96a7
commit 7a76f6bc44

View file

@ -1,6 +1,6 @@
<?php
// Datenstrom Yellow is for people who make websites, https://datenstrom.se/yellow/
// Copyright (c) 2013-2019 Datenstrom, https://datenstrom.se
// Copyright (c) 2013-2020 Datenstrom, https://datenstrom.se
// This file may be used and distributed under the terms of the public license.
version_compare(PHP_VERSION, "5.6", ">=") || die("Datenstrom Yellow requires PHP 5.6 or higher!");