From 4a5d13af82c7f05dfb519d3403b8243843aa5773 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Sat, 13 Jul 2019 16:51:00 +0000 Subject: [PATCH] Trying to make this portable --- config.php | 4 ++-- humans.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.php b/config.php index fea1b60..a5f667d 100644 --- a/config.php +++ b/config.php @@ -3,8 +3,8 @@ $site_name="☣ thunix ☣"; //Root for the site, in a browser -$site_root="https://dev.thunix.cf"; - +//$site_root="https://dev.thunix.cf"; +$site_root=$_SERVER['HTTP_HOST']; //Local base root for app files $doc_root="/var/www/dev.thunix.cf"; diff --git a/humans.txt b/humans.txt index 5fa2460..ed60ff9 100644 --- a/humans.txt +++ b/humans.txt @@ -13,4 +13,4 @@ Last update: 2019/03/22 Standards: HTML5 Components: Apache2, Git, and PHP - Software: vim, geany, ansible + Software: vim, geany, ansible, wiki.php