diff --git a/local/modules/TheliaDebugBar/Controller/Admin/TheliaDebugBarController.php b/local/modules/TheliaDebugBar/Controller/Admin/TheliaDebugBarController.php new file mode 100644 index 000000000..e09ae6243 --- /dev/null +++ b/local/modules/TheliaDebugBar/Controller/Admin/TheliaDebugBarController.php @@ -0,0 +1,18 @@ +checkAuth(self::RESOURCE_CODE, array(), AccessManager::VIEW)) return $response; + + // Render the edition template. + return $this->render('tdb-index'); + } +} \ No newline at end of file