summaryrefslogtreecommitdiff
path: root/common.php
diff options
context:
space:
mode:
authordweller <dweller@cabin.digital>2024-02-26 12:00:41 +0200
committerdweller <dweller@cabin.digital>2024-02-26 12:00:41 +0200
commit9d6fcf2cdca65c7d49f3f042faf8c0e52aa8cc9c (patch)
tree68b7fea8ec331a14d2b8edddf01f70dff3afe4fb /common.php
parent1b105d576afa0e25382c82bde31522e07bf6a270 (diff)
add LICENSE and notices
Diffstat (limited to '')
-rw-r--r--common.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/common.php b/common.php
index b7b588d..1f6e51c 100644
--- a/common.php
+++ b/common.php
@@ -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";