Rename server-info -> ots-info, changelog -> change-log + move rules to admin panel

Due to conflict with apache2 server-info mod
This commit is contained in:
slawkens
2025-05-14 10:22:25 +02:00
parent a161cff003
commit 3949d84e5d
6 changed files with 40 additions and 17 deletions

View File

@@ -27,7 +27,7 @@ if (version_compare(phpversion(), '8.1', '<')) die('PHP version 8.1 or higher is
const MYAAC = true;
const MYAAC_VERSION = '1.4.1-dev';
const DATABASE_VERSION = 43;
const DATABASE_VERSION = 44;
const TABLE_PREFIX = 'myaac_';
define('START_TIME', microtime(true));
define('MYAAC_OS', stripos(PHP_OS, 'WIN') === 0 ? 'WINDOWS' : (strtoupper(PHP_OS) === 'DARWIN' ? 'MAC' : 'LINUX'));