diff options
Diffstat (limited to '')
-rw-r--r-- | common.php | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,4 +1,12 @@ <?php + /* + * Copyright (C) 2024 dwlr <dweller@cabin.digital> + * + * BSD 3-Clause License (BSD-3-Clause) + * See LICENSE for details + */ + + $root = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://' . $_SERVER['HTTP_HOST']; $manpath = "/usr/share/man"; |