SAEWEB2.2/ci/application/views/errors/cli/error_general.php

8 lines
128 B
PHP
Raw Permalink Normal View History

2024-06-12 19:08:54 +02:00
<?php
defined('BASEPATH') OR exit('No direct script access allowed');
echo "\nERROR: ",
$heading,
"\n\n",
$message,
"\n\n";