mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-01 14:07:54 -05:00
8 lines
128 B
PHP
8 lines
128 B
PHP
<?php
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
|
|
echo "\nERROR: ",
|
|
$heading,
|
|
"\n\n",
|
|
$message,
|
|
"\n\n"; |