Files
Fluxtra2020/application/views/errors/cli/error_general.php
T
2020-03-15 13:32:24 -04:00

8 lines
128 B
PHP
Executable File

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