2
0
mirror of https://github.com/slawkens/myaac.git synced 2025-05-07 14:49:21 +02:00

15 lines
305 B
PHP

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