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

@@ -1,14 +0,0 @@
<?php
/**
* Rules
*
* @package MyAAC
* @author Gesior <jerzyskalski@wp.pl>
* @author Slawkens <slawkens@gmail.com>
* @copyright 2019 MyAAC
* @link https://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
$title = 'Server Rules';
$twig->display('rules.html.twig');