diff --git a/app/templates/element/httpHeaders.php b/app/templates/element/httpHeaders.php new file mode 100644 index 000000000..bcf393a49 --- /dev/null +++ b/app/templates/element/httpHeaders.php @@ -0,0 +1,42 @@ +element('httpHeaders'); ?> diff --git a/app/templates/layout/error.php b/app/templates/layout/error.php index 747ad0331..39b0906ff 100644 --- a/app/templates/layout/error.php +++ b/app/templates/layout/error.php @@ -12,6 +12,7 @@ * @since 0.10.0 * @license https://opensource.org/licenses/mit-license.php MIT License */ + print $this->element('httpHeaders'); ?>