Fix proper path for server_pubkey.txt in tail.inc.

This commit is contained in:
Retro_Guy 2023-07-30 20:47:28 -07:00
parent 4449d48b5a
commit 2676517fc6
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
<?php
echo '<center>';
$pubkeyfile = '../tmp/server_pubkey.txt';
$pubkeyfile = '../pubkey/server_pubkey.txt';
if(is_file($pubkeyfile)) {
echo '<font size="1.5em">';
echo '<a href="../tmp/server_pubkey.txt" target=_blank>server_pubkey.txt</a>';
echo '<a href="../pubkey/server_pubkey.txt" target=_blank>server_pubkey.txt</a>';
echo '<br />';
echo '</font>';
}
@ -16,4 +16,4 @@ echo '<a href="http://rslight.i2p/getrslight" target=_blank>i2p</a>';
echo '<a href="http://git.fwfwqtpi2ofmehzdxe3e2htqfmhwfciwivpnsztv7dvpuamhr72ktlqd.onion/novabbs/rocksolid-light" target=_blank>tor</a>';
echo '</font>';
echo '</center>';
?>
?>