diff options
Diffstat (limited to 'common.php')
-rw-r--r-- | common.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; |