diff options
Diffstat (limited to 'www/index.php')
-rw-r--r-- | www/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/index.php b/www/index.php index 2fd5a92..bc55638 100644 --- a/www/index.php +++ b/www/index.php @@ -21,6 +21,7 @@ if (!preg_match("/^[a-f0-9A-F]{40}$/", $_REQUEST["h"])) die('!preg_match("/^[a-f0-9A-F]{40}$/", $_REQUEST["h"])'); $t = TorrentFile::load("../".$_REQUEST["h"].".torrent"); ?> +<meta name=viewport content='width=device-width, initial-scale=1.0'> <meta charset=UTF-8 /> <style> table, td, tr, th { |