Move pages

This commit is contained in:
slawkens
2022-11-28 13:17:49 +01:00
parent cdc06056c8
commit 2eb9f4d284
38 changed files with 0 additions and 0 deletions

13
admin/pages/data.php Normal file
View File

@@ -0,0 +1,13 @@
<?php
/**
* Load items.xml
*
* @package MyAAC
* @author Slawkens <slawkens@gmail.com>
* @copyright 2019 MyAAC
* @link https://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
$title = 'Server Data';
$twig->display('admin.data.html.twig');