motorbike/app/Views/errors/cli/error_404.php
2025-07-08 16:43:45 +02:00

8 lines
127 B
PHP

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