files: Add statistics page

This commit is contained in:
2025-12-07 12:43:29 +01:00
parent 377996ac69
commit 551ddd3c11
7 changed files with 260 additions and 33 deletions

View File

@@ -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";