From ec1e287bf129b3c4b91b565e0334009b72f6e928 Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Thu, 19 Jan 2023 19:58:57 +0300 Subject: lws: add ipcam_server stats --- localwebsite/htdocs/index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'localwebsite/htdocs/index.php') 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 -- cgit v1.2.3