Made it more portable

This commit is contained in:
Ubergeek 2019-07-13 16:53:30 +00:00
parent 4a5d13af82
commit 6a5771c1f5
1 changed files with 1 additions and 1 deletions

View File

@ -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";