From e3f74fd45eea00a72d3c9127c49a36135081ea94 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Sat, 26 Nov 2022 15:28:55 +0000 Subject: [PATCH] Change path to server key strings --- php/submitIssue.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/submitIssue.php b/php/submitIssue.php index c73ac58..ee4f7d8 100644 --- a/php/submitIssue.php +++ b/php/submitIssue.php @@ -3,7 +3,7 @@ function sendInput($title,$body) { // Get API Key for git.fjla.uk - require '/srv/php-keys/athena/gitea.php'; + require '/srv/keys/athena/apiKeys.php'; // Set httpHeaders $httpHeaders = array(