Just one more typo...

This commit is contained in:
Frank de Lange 2022-02-23 08:41:39 +00:00
parent d91066885b
commit b194872598
3 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ if(file_exists($sinfo)) {
<link><?php echo $feed_link; ?></link>
</image>
<description><?php echo $feed_description; ?></description>
<atom:link href="<?php echo $PROTOCOL.$base_url; ?>" rel="self" type="application/rss+xml" />
<atom:link href="<?php echo $base_url; ?>" rel="self" type="application/rss+xml" />
<?php
$raw_files = scandir ('.');
usort($raw_files, function($a, $b) {