diff options
author | Evgeny Sorokin <me@ch1p.io> | 2024-01-17 03:35:59 +0300 |
---|---|---|
committer | Evgeny Sorokin <me@ch1p.io> | 2024-01-17 03:35:59 +0300 |
commit | a9a241ad19449c29b68cd4a5b539bcbec816e341 (patch) | |
tree | 2ebfc73b206e4cec30fd94613bd6bf42ef5b269d /localwebsite/htdocs/index.php | |
parent | 8a89dd77be03ca8eb9cdc378ba8e912292494fa9 (diff) |
lws: pump page rewritten to python
Diffstat (limited to 'localwebsite/htdocs/index.php')
-rw-r--r-- | localwebsite/htdocs/index.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/localwebsite/htdocs/index.php b/localwebsite/htdocs/index.php index eeeaacb..cd32132 100644 --- a/localwebsite/htdocs/index.php +++ b/localwebsite/htdocs/index.php @@ -18,8 +18,6 @@ $router->add('inverter/set-osp/', 'Inverter set_osp'); // misc $router->add('/', 'Misc main'); $router->add('sensors/', 'Misc sensors_page'); -$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'); |