Files
JubaBox/application/views/errors/cli/error_general.php
T
2019-04-12 14:48:37 -04:00

8 lines
128 B
PHP

<?php
defined('BASEPATH') OR exit('No direct script access allowed');
echo "\nERROR: ",
$heading,
"\n\n",
$message,
"\n\n";