COMING SOON
-This website is under construction.
-Webpage Source: Ompmega edited by Aviortheking
-diff --git a/src/Modules/AdminLib/Classes/AdminController.php b/src/Modules/AdminLib/Classes/AdminController.php deleted file mode 100644 index dce4d86..0000000 --- a/src/Modules/AdminLib/Classes/AdminController.php +++ /dev/null @@ -1,10 +0,0 @@ -render("@Index/index.twig", [ - "title" => "Coming Soon" - ]); - // return file_get_contents($this->getModuleRoot() . "/index.html"); - } - - public function test() - { - return "hello " . $this->getUrlArguments()["slug"]; - } -} diff --git a/src/Modules/Index/Templates/index.twig b/src/Modules/Index/Templates/index.twig deleted file mode 100644 index 73141a6..0000000 --- a/src/Modules/Index/Templates/index.twig +++ /dev/null @@ -1,18 +0,0 @@ -{% extends "@AdminPanel/template.twig" %} - -{% block styles %} - -{% endblock %} -{% block body %} -
This website is under construction.
-Webpage Source: Ompmega edited by Aviortheking
-