Just one more typo...
This commit is contained in:
parent
d91066885b
commit
b194872598
3 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue