files: Add statistics page
This commit is contained in:
@@ -4,7 +4,7 @@ require "../.php/credentials.inc";
|
||||
global $GITEA_TOKEN;
|
||||
|
||||
if (!isset($_SERVER['PHP_AUTH_USER']) || !isset($_SERVER['PHP_AUTH_PW']) || $_SERVER['PHP_AUTH_USER'] !== 'elwig' || $_SERVER['PHP_AUTH_PW'] !== 'ganzGeheim123!') {
|
||||
http_401_unauthorized();
|
||||
http_401_unauthorized('text');
|
||||
}
|
||||
|
||||
$repo = "winzer/elwig-misc.git";
|
||||
|
||||
Reference in New Issue
Block a user