system_check page updated

This commit is contained in:
Tom Canac 2014-02-01 15:28:07 +01:00
parent 9340afd5d3
commit 51e3c3e55f

View file

@ -1,14 +1,12 @@
<?php
ini_set("memory_limit","256M");
$exif = "No";
$gd = "No";
if (function_exists('exif_read_data')) $exif = "Yes";
if (extension_loaded('gd') && function_exists('gd_info')) $gd = "Yes";
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="robots" content="noindex, nofollow">
@ -63,6 +61,7 @@ div {
padding: 2px;
}
</style>
</head>
<body>
<h1>MiniGal Nano system check</h1>
<div class="left">
@ -108,8 +107,10 @@ div {
Memory is needed to create thumbnails. Bigger images uses more memory
</div>
<br /><br />
<a href="http://www.minigal.dk/minigal-nano.html" target="_blank">Support website</a>
| <a href="http://www.minigal.dk/forum" target="_blank">Support forum</a>
<footer role="contentinfo">
<a href="https://github.com/tmos/miniboardnano" title="Powered by MiniGal Nano" target="_blank">
Made with miniboardNano by Tom Canac.
</a>
</footer>
</body>
</html>