* * BSD 3-Clause License (BSD-3-Clause) * See LICENSE for details */ $root = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://' . $_SERVER['HTTP_HOST']; $manpath = "/usr/share/man"; $action = trim($_GET['action'] ?? null); $query = trim($_GET['query'] ?? null); $section = trim($_GET['section'] ?? null); /* function dbg_print($data) { $output = $data; if(is_array($output)) $output = implode(',', $output); echo ""; } */ ?>