Przeglądaj źródła

Datenstrom Yellow requires PHP 5.6 or higher

markseu 5 lat temu
rodzic
commit
7a76f6bc44
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      yellow.php

+ 1 - 1
yellow.php

@@ -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!");