mirror of
https://github.com/YunoHost-Apps/hotspot_ynh.git
synced 2024-09-03 19:25:53 +02:00
6 lines
No EOL
195 B
PHP
6 lines
No EOL
195 B
PHP
<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); ?>
|