summaryrefslogtreecommitdiff
path: root/common.php
diff options
context:
space:
mode:
Diffstat (limited to 'common.php')
-rw-r--r--common.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/common.php b/common.php
index 370141d..b9bc1d4 100644
--- a/common.php
+++ b/common.php
@@ -8,11 +8,14 @@
$root = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://' . $_SERVER['HTTP_HOST'];
- $manpath = "/usr/share/man";
+ $manpath = "/home/dwlr/nfs_red/deb_man/mans/bookworm/man";
+ require "$manpath/archs.php";
+
$action = trim($_GET['action'] ?? null);
$query = trim($_GET['query'] ?? null);
$section = trim($_GET['section'] ?? null);
+ $arch = trim($_GET['arch'] ?? null);
/*