diff --git a/rss.php b/rss.php index 20a5f75..e325e75 100644 --- a/rss.php +++ b/rss.php @@ -155,7 +155,7 @@ echo "$description\n"; for ($i=0; $i < $nb_items_rss && $i < count($content); $i++) { if (empty($content[$i])) continue; - $link = $gallery_link . '/' . $content[$i]; + $link = $gallery_link . '/' . str_replace(' ', '%20', $content[$i]); echo "\n"; echo " " . basename($link) . "\n"; echo " ". $link . "\n"; diff --git a/system_check.php b/system_check.php index 640ae28..eec1758 100644 --- a/system_check.php +++ b/system_check.php @@ -4,6 +4,7 @@ $gd = "No"; if (function_exists('exif_read_data')) $exif = "Yes"; if (extension_loaded('gd') && function_exists('gd_info')) $gd = "Yes"; + ?> @@ -63,7 +64,7 @@ -

MiniBoardNano system check

+

MiniGal Nano system check

PHP Version