McGansWebsite/admin/application/views/errors/cli/error_general.php
dotwingssoftware d5a0e0987c 10012023
20230110
2023-01-10 15:11:20 +05:30

8 lines
128 B
PHP

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