Change giteaKey to var in a server local php file
This commit is contained in:
parent
021a27e014
commit
f4c85bcd6c
@ -1,6 +1,6 @@
|
|||||||
<?php
|
<?php
|
||||||
// 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';
|
||||||
|
|
||||||
echo "Gitea AUTH header is: $giteaKey";
|
echo "Gitea AUTH header is: $giteaKey";
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user