diff options
author | Evgeny Zinoviev <me@ch1p.io> | 2023-01-19 19:58:57 +0300 |
---|---|---|
committer | Evgeny Zinoviev <me@ch1p.io> | 2023-01-19 19:58:57 +0300 |
commit | ec1e287bf129b3c4b91b565e0334009b72f6e928 (patch) | |
tree | c34051d6268f16fc04f53a1f74b2cfe43e05fc76 /localwebsite/htdocs | |
parent | a58f4ef5880f37c0e873a06a927d24cecb1efbe2 (diff) |
lws: add ipcam_server stats
Diffstat (limited to 'localwebsite/htdocs')
-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 |