commit 7f1407ac6feda56c968b2fcd1cb21d9363e62287 parent 15fa77d1f883ad7c367e94c3d81f7758aaa08674 Author: JayVii <jayvii[AT]posteo[DOT]de> Date: Thu, 17 Oct 2024 21:40:39 +0200 feat: show simple stats about the configuration Diffstat:
M | index.php | | | 7 | +++++++ |
1 file changed, 7 insertions(+), 0 deletions(-)
diff --git a/index.php b/index.php @@ -167,6 +167,13 @@ <!-- Search Engine Lists --> <h3 id="engines">Available Search Engines</h3> + <p style="font-size: 75%;"> + This serĉi installation supports + <mark><?php echo count($searches); ?> search engines</mark> within + <mark><?php echo count($categories); ?> categories</mark> and + <mark><?php echo count($searchkeys); ?> keywords</mark>. + </p> + <!-- Search Engine Searchbar --> <input id="engines_searchbar"