summaryrefslogtreecommitdiff
path: root/localwebsite/htdocs/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'localwebsite/htdocs/index.php')
-rw-r--r--localwebsite/htdocs/index.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/localwebsite/htdocs/index.php b/localwebsite/htdocs/index.php
index 9ce8324..8c9d092 100644
--- a/localwebsite/htdocs/index.php
+++ b/localwebsite/htdocs/index.php
@@ -28,6 +28,10 @@ $router->add('phpinfo/', 'Misc phpinfo');
$router->add('cams/', 'Misc cams');
$router->add('debug/', 'Misc debug');
+// auth
+$router->add('auth/', 'Auth auth');
+$router->add('deauth/', 'Auth deauth');
+
$route = routerFind($router);
if ($route === false)