diff --git a/system/pages/admin/data.php b/system/pages/admin/data.php index d6131cec..10e4d75b 100644 --- a/system/pages/admin/data.php +++ b/system/pages/admin/data.php @@ -10,4 +10,4 @@ defined('MYAAC') or die('Direct access not allowed!'); $title = 'Server Data'; -$twig->display('admin.items.html.twig'); +$twig->display('admin.data.html.twig'); diff --git a/system/templates/admin.items.html.twig b/system/templates/admin.data.html.twig similarity index 100% rename from system/templates/admin.items.html.twig rename to system/templates/admin.data.html.twig