Files
luos/thirdparty/html2ps_pdf/templates/error._http.tpl
Paula Quispe 9eb7d6cac2 HOR-2689
2017-08-03 17:00:30 -04:00

8 lines
180 B
Smarty

<h1>HTTP error <?php echo $_http_error ?></h1>
<p>Could not open URL <?php echo $_url?> you've specified.
<p>Server responded with:
<pre>
<?php echo $_server_response; ?>
</pre>