Files
accounting_dev/application/views/errors/cli/error_general.php
T
2026-05-26 08:07:45 +00:00

8 lines
128 B
PHP

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