From 9f89cf5ab9d7fdb8d54fa9d80eb5cb4b1e3923f4 Mon Sep 17 00:00:00 2001 From: dweller Date: Sun, 10 Mar 2024 01:29:39 +0200 Subject: fix an embarrassing typo in type for #query input --- common.php | 2 +- search.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common.php b/common.php index 3114683..e246b29 100644 --- a/common.php +++ b/common.php @@ -7,8 +7,8 @@ */ - $manbin = "/home/dwlr/nfs_red/deb_man/mandoc/bin/man"; $root = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://' . $_SERVER['HTTP_HOST']; + $manbin = "/home/dwlr/nfs_red/deb_man/mandoc/bin/man"; $manpath = "/home/dwlr/nfs_red/deb_man/mans/bookworm/man"; require "$manpath/archs.php"; diff --git a/search.php b/search.php index ae84036..12c1719 100644 --- a/search.php +++ b/search.php @@ -48,7 +48,7 @@