mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-13 18:04:54 +02:00
Bump required PHP version to 5.6
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<?php if (version_compare(phpversion(), '5.3.3', '<')) die('PHP version 5.3.3 or higher is required.');
|
||||
<?php if (version_compare(phpversion(), '5.6', '<')) die('PHP version 5.6 or higher is required.');
|
||||
|
||||
$l_time = microtime();
|
||||
$l_time = explode(' ', $l_time);
|
||||
|
Reference in New Issue
Block a user