3 lines
125 B
PHP
3 lines
125 B
PHP
<?php defined('BASEPATH') or exit('No direct script access allowed');
|
|
|
|
echo "\nERROR: ", $heading, "\n\n", $message, "\n\n";
|