From 2eed7b082f83630301e51f57ca8394de228a8605 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Sun, 18 Aug 2019 21:14:58 -0500 Subject: first commit --- public/install/controller/startup/router.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 public/install/controller/startup/router.php (limited to 'public/install/controller/startup/router.php') diff --git a/public/install/controller/startup/router.php b/public/install/controller/startup/router.php new file mode 100644 index 0000000..13cd146 --- /dev/null +++ b/public/install/controller/startup/router.php @@ -0,0 +1,10 @@ +request->get['route']) && $this->request->get['route'] != 'action/route') { + return new Action($this->request->get['route']); + } else { + return new Action($this->config->get('action_default')); + } + } +} \ No newline at end of file -- cgit v1.2.3