This commit is contained in:
Tom Canac 2015-06-30 00:28:57 +02:00
parent e11af5e59c
commit cdac1db064
2 changed files with 3 additions and 2 deletions

View File

@ -155,7 +155,7 @@ echo "<description>$description</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 "<item>\n";
echo " <title>" . basename($link) . "</title>\n";
echo " <link>". $link . "</link>\n";

View File

@ -4,6 +4,7 @@
$gd = "No";
if (function_exists('exif_read_data')) $exif = "Yes";
if (extension_loaded('gd') && function_exists('gd_info')) $gd = "Yes";
?>
<!DOCTYPE html>
<html>
@ -63,7 +64,7 @@
</style>
</head>
<body>
<h1>MiniBoardNano system check</h1>
<h1>MiniGal Nano system check</h1>
<div class="left">
PHP Version
</div>