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;