error.html.php 195 B

123456
  1. <h1><?php echo h(error_http_status($errno));?></h1>
  2. <?php if($is_http_error): ?>
  3. <p><?php echo h($errstr)?></p>
  4. <?php endif; ?>
  5. <?php echo render('_debug.html.php', null, $vars); ?>