Tagging Znote AAC as version 1.6

This commit is contained in:
Znote
2021-07-22 17:57:09 +02:00
parent ddd54a932e
commit 26c486ef27
5 changed files with 5 additions and 7 deletions

View File

@@ -1,9 +1,9 @@
<?php
// Verify the PHP version, gives tutorial if fail.
if (version_compare(phpversion(), '5.3.3', '<')) die('PHP 5.3.3 or higher is required');
if (version_compare(phpversion(), '5.6', '<')) die('PHP version 5.6 or higher is required.');
if (!isset($filepath)) $filepath = '../';
$version = '1.5_SVN';
$version = '1.6';
session_start();
ob_start();
require_once $filepath.'config.php';