From 6a5771c1f5ff2d2c331466ffe8209e0d6a335b02 Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Sat, 13 Jul 2019 16:53:30 +0000 Subject: [PATCH] Made it more portable --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index a5f667d..3d02c92 100644 --- a/config.php +++ b/config.php @@ -4,7 +4,7 @@ $site_name="☣ thunix ☣"; //Root for the site, in a browser //$site_root="https://dev.thunix.cf"; -$site_root=$_SERVER['HTTP_HOST']; +$site_root="https://".$_SERVER['HTTP_HOST']; //Local base root for app files $doc_root="/var/www/dev.thunix.cf";