Wrap auth with getConfig(), thx @mp035

This commit is contained in:
billz
2021-02-02 10:03:09 +00:00
parent 5c4b84f826
commit bdafa8dfbd
2 changed files with 15 additions and 9 deletions

View File

@@ -47,6 +47,7 @@ require_once 'includes/about.php';
require_once 'includes/openvpn.php';
require_once 'includes/torproxy.php';
$config = getConfig();
$output = $return = 0;
$page = $_SERVER['REQUEST_URI'];