diff options
Diffstat (limited to 'www/index.php')
-rw-r--r-- | www/index.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/index.php b/www/index.php index e37fe7f..96f0f8f 100644 --- a/www/index.php +++ b/www/index.php @@ -5,8 +5,9 @@ ?> <meta charset=UTF-8 /> <meta name=viewport content='width=device-width, initial-scale=1.0'> -<h1>število datotek: <?= shell_exec("find .. -name '*.torrent' | wc -l") ?></h1> +<h2>število datotek: <?= shell_exec("find .. -name '*.torrent' | wc -l") ?></h2> <h2><a href=list.php>seznam</a></h2> +<h2><a href=stanje.php>stanje</a></h2> <h2>iskalnik</h2> <form> <input name=i value="<?= !empty($_REQUEST["i"]) ? htmlspecialchars($_REQUEST["i"]) : "" ?>" /> |