Tag branch as Znote AAC 2.0_DEV, PHP requirement 7.2

This commit is contained in:
Znote
2021-07-22 20:25:26 +02:00
parent 8a71f19db0
commit 400497bd25
4 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
<?php
$time = time();
if (!isset($version)) $version = '1.5_SVN';
if (!isset($version)) $version = '2.0_DEV';
if (!function_exists("elapsedTime")) {
function elapsedTime($l_start = false, $l_time = false) {