motorbike/app/Views/errors/cli/error_404.php
2025-08-19 13:53:05 +03:00

8 lines
127 B
PHP

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