diff --git a/index.php b/index.php index a0a63df..083fd76 100644 --- a/index.php +++ b/index.php @@ -15,6 +15,7 @@ if(file_exists("currentgithash")) $page = isset($_GET["page"])?$_GET["page"]:"dashboard"; +/* if (!auth()) { header('WWW-Authenticate: Basic realm="C3CLOC"'); header('HTTP/1.0 401 Unauthorized'); @@ -22,5 +23,6 @@ if (!auth()) { exit; } else { include "templates/page.php"; -} +}*/ +include "templates/page.php"; ?> \ No newline at end of file