diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2022-05-26 01:18:00 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2022-05-26 01:18:00 +0300 |
commit | e20f0ef7c91e7862150f362fb2718cf5f5f6c909 (patch) | |
tree | 1c08ab3a0ed107662140ba71c66b2aaab1ac0197 /localwebsite/htdocs/index.php | |
parent | 1a75ff34949da23d23452872c375b1b5cd3dca9d (diff) |
add /debug route
Diffstat (limited to 'localwebsite/htdocs/index.php')
-rw-r--r-- | localwebsite/htdocs/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/localwebsite/htdocs/index.php b/localwebsite/htdocs/index.php index 65afc72..9ce8324 100644 --- a/localwebsite/htdocs/index.php +++ b/localwebsite/htdocs/index.php @@ -26,6 +26,7 @@ $router->add('sensors/', 'Misc sensors_page'); $router->add('pump/', 'Misc pump_page'); $router->add('phpinfo/', 'Misc phpinfo'); $router->add('cams/', 'Misc cams'); +$router->add('debug/', 'Misc debug'); $route = routerFind($router); |