Files
etambak/application/views/errors/cli/error_404.php
2021-06-23 15:53:56 +08:00

8 lines
128 B
PHP

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