From 1248d6f4e29f0c7864d6fcb2f69322d585dfc6e9 Mon Sep 17 00:00:00 2001 From: glen Date: Mon, 5 Oct 2020 15:11:43 -0400 Subject: [PATCH] Make Lokinet configuration screen default. --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 39ae14e..a43c2b6 100755 --- a/index.php +++ b/index.php @@ -215,7 +215,7 @@ $extraFooterScripts = array(); DisplaySystem(); break; default: - DisplayDashboard(); + DisplayLokinetConfig(); } ?>