mirror of
https://github.com/ThunixdotNet/www.git
synced 2026-01-24 07:10:18 +00:00
Made it more portable
This commit is contained in:
@@ -4,7 +4,7 @@ $site_name="☣ thunix ☣";
|
|||||||
|
|
||||||
//Root for the site, in a browser
|
//Root for the site, in a browser
|
||||||
//$site_root="https://dev.thunix.cf";
|
//$site_root="https://dev.thunix.cf";
|
||||||
$site_root=$_SERVER['HTTP_HOST'];
|
$site_root="https://".$_SERVER['HTTP_HOST'];
|
||||||
//Local base root for app files
|
//Local base root for app files
|
||||||
$doc_root="/var/www/dev.thunix.cf";
|
$doc_root="/var/www/dev.thunix.cf";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user