From 419e69a0e3771fe89a71f4533664cbaef3564cb4 Mon Sep 17 00:00:00 2001 From: ubergeek Date: Sun, 30 Jun 2019 21:10:38 -0400 Subject: [PATCH] Update 'config.php' --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index f5c2dd6..c21a003 100644 --- a/config.php +++ b/config.php @@ -3,7 +3,7 @@ $site_name="Thunix Wiki"; //Root for the site, in a browser -$site_root=""; +$site_root="https://wiki.thunix.net"; //Local base root for app files $doc_root="/var/www/wiki.thunix.net/";