* * BSD 3-Clause License (BSD-3-Clause) * See LICENSE for details */ $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"; $action = trim($_GET['action'] ?? null); $query = trim($_GET['query'] ?? null); $section = trim($_GET['section'] ?? null); $arch = trim($_GET['arch'] ?? null); /* function dbg_print($data) { $output = $data; if(is_array($output)) $output = implode(',', $output); echo ""; } */ ?>