From 65fd3d2a71a68fbd7da2b4a3f143dc7ceb6adcfa Mon Sep 17 00:00:00 2001 From: Ubergeek Date: Mon, 5 Aug 2019 23:11:50 +0000 Subject: [PATCH] flipping theme --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index 3b27e4b..eb9eafd 100644 --- a/config.php +++ b/config.php @@ -10,5 +10,5 @@ $doc_root="/var/www/thunix.cf"; //Site style // site is the default. Specify something else here to switch -$site_style="minithunix"; +$site_style="newthunix"; ?>