diff options
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 e249fc6..d6034e6 100644 --- a/localwebsite/htdocs/index.php +++ b/localwebsite/htdocs/index.php @@ -29,6 +29,7 @@ $router->add('pump/', 'Misc pump_page'); $router->add('phpinfo/', 'Misc phpinfo'); $router->add('cams/', 'Misc cams'); $router->add('cams/([\d,]+)/', 'Misc cams id=$(1)'); +$router->add('cams/stat/', 'Misc cams_stat'); $router->add('debug/', 'Misc debug'); // auth |