Compare commits

..

3 Commits

Author SHA1 Message Date
Fred Boniface ef9be5b88e master (#44)
Reviewed-on: #44
2022-11-26 15:32:34 +00:00
Fred Boniface e3f74fd45e Change path to server key strings 2022-11-26 15:28:55 +00:00
Fred Boniface b4f979e596 testing (#42)
Reviewed-on: #42
2022-11-23 22:12:50 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
function sendInput($title,$body) { function sendInput($title,$body) {
// Get API Key for git.fjla.uk // Get API Key for git.fjla.uk
require '/srv/php-keys/athena/gitea.php'; require '/srv/keys/athena/apiKeys.php';
// Set httpHeaders // Set httpHeaders
$httpHeaders = array( $httpHeaders = array(