Update path to apiKeys.php

This commit is contained in:
Fred Boniface 2022-11-26 15:51:22 +00:00
parent fcef675543
commit 02d1190ac1
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<?php
require './php/openLDBSVWS.php';
require './php/submitIssue.php';
require '/srv/php-keys/athena/gitea.php';
require '/srv/keys/athena/apiKeys.php';
echo cleanInput($_SERVER['QUERY_STRING']);