system_check page updated
This commit is contained in:
parent
9340afd5d3
commit
51e3c3e55f
1 changed files with 106 additions and 105 deletions
|
@ -1,14 +1,12 @@
|
||||||
<?php
|
<?php
|
||||||
ini_set("memory_limit","256M");
|
ini_set("memory_limit","256M");
|
||||||
|
|
||||||
$exif = "No";
|
$exif = "No";
|
||||||
$gd = "No";
|
$gd = "No";
|
||||||
if (function_exists('exif_read_data')) $exif = "Yes";
|
if (function_exists('exif_read_data')) $exif = "Yes";
|
||||||
if (extension_loaded('gd') && function_exists('gd_info')) $gd = "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">
|
<!DOCTYPE html>
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
|
||||||
<meta name="robots" content="noindex, nofollow">
|
<meta name="robots" content="noindex, nofollow">
|
||||||
|
@ -63,6 +61,7 @@ div {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>MiniGal Nano system check</h1>
|
<h1>MiniGal Nano system check</h1>
|
||||||
<div class="left">
|
<div class="left">
|
||||||
|
@ -108,8 +107,10 @@ div {
|
||||||
Memory is needed to create thumbnails. Bigger images uses more memory
|
Memory is needed to create thumbnails. Bigger images uses more memory
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<br /><br />
|
<footer role="contentinfo">
|
||||||
<a href="http://www.minigal.dk/minigal-nano.html" target="_blank">Support website</a>
|
<a href="https://github.com/tmos/miniboardnano" title="Powered by MiniGal Nano" target="_blank">
|
||||||
| <a href="http://www.minigal.dk/forum" target="_blank">Support forum</a>
|
Made with miniboardNano by Tom Canac.
|
||||||
|
</a>
|
||||||
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue