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