[enh] Bootstrap PHP interface

This commit is contained in:
kload
2014-11-08 14:31:48 +01:00
parent 2de9bf3b2c
commit 0cc34124bd
33 changed files with 13802 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<h1><?php echo h(error_http_status($errno));?></h1>
<?php if($is_http_error): ?>
<p><?php echo h($errstr)?></p>
<?php endif; ?>
<?php echo render('_debug.html.php', null, $vars); ?>