Compare commits

..

No commits in common. "676dcfdc9864e0e7daa9f2b45069e0cbd0cc4269" and "cacec80387ae202b91169b49c5da15dc17861453" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
$detail = validate($_POST["detail"]); $detail = validate($_POST["detail"]);
// Get API Key for git.fjla.uk // Get API Key for git.fjla.uk
require '/srv/php-keys/athena/gitea.php'; $giteaKey = file_get_contents('/srv/php-keys/athena/gitea');
// Set httpHeaders // Set httpHeaders
$httpHeaders = array( $httpHeaders = array(