From 85e530a6bd853e9b3c7f8a58869e4d331f0a510c Mon Sep 17 00:00:00 2001 From: necro-nemesis Date: Sat, 16 Mar 2019 17:19:06 -0400 Subject: [PATCH] Update index.php --- index.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/index.php b/index.php index 7465ea3..cb4b1bf 100755 --- a/index.php +++ b/index.php @@ -143,6 +143,11 @@ $theme_url = 'dist/css/'.htmlspecialchars($theme, ENT_QUOTES); + +
  • + +
  • +
  • @@ -204,6 +209,9 @@ $extraFooterScripts = array(); case "openvpn_conf": DisplayOpenVPNConfig(); break; + case "lokinet_conf": + DisplayLokinetConfig(); + break; case "torproxy_conf": DisplayTorProxyConfig(); break;