mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-17 11:33:26 +02:00
Tag branch as Znote AAC 2.0_DEV, PHP requirement 7.2
This commit is contained in:
@@ -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(), '7.2', '<')) die('PHP version 7.2 or higher is required.');
|
||||
if (!isset($filepath)) $filepath = '../';
|
||||
|
||||
$version = '1.5_SVN';
|
||||
$version = '2.0_DEV';
|
||||
session_start();
|
||||
ob_start();
|
||||
require_once $filepath.'config.php';
|
||||
|
Reference in New Issue
Block a user