Skip to content

Commit

Permalink
improved html
Browse files Browse the repository at this point in the history
  • Loading branch information
bef committed Oct 22, 2014
1 parent b686e4e commit d719c99
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions phpconfigcheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -1068,11 +1068,12 @@ function test_include_path_writable()
} elseif ($cfg['output_type'] == "html") {
function e($str) { return htmlentities($str, ENT_QUOTES); }


?>
<html>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head><title><?php echo $pcc_name; ?></title>
<style>
<meta charset="utf-8"/>
<style type="text/css">
body {
background-color: #fe9;
color: #111;
Expand Down Expand Up @@ -1120,7 +1121,7 @@ function e($str) { return htmlentities($str, ENT_QUOTES); }
<div class="c">
<table class="t t1">
<tr><td>
<a href="https://sektioneins.de/"><img src="<?php echo $cfg['s1_logo']; ?>" width="120px"/></a>
<a href="https://sektioneins.de/"><img src="<?php echo $cfg['s1_logo']; ?>" width="120" alt="SektionEins" /></a>
<?php echo $pcc_name;?><br/>Version <?php echo $pcc_version;?><br/><?php echo $pcc_copy; ?>
</td></tr>
</table>
Expand Down

0 comments on commit d719c99

Please sign in to comment.