Compare commits

..

2 Commits

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
$giteaKey = file_get_contents('/srv/php-keys/athena/gitea'); require '/srv/php-keys/athena/gitea.php';
// Set httpHeaders // Set httpHeaders
$httpHeaders = array( $httpHeaders = array(