mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-01-03 15:07:53 -05:00
11 lines
142 B
PHP
11 lines
142 B
PHP
<?php
|
|
/**
|
|
* @var string $heading
|
|
* @var string $message
|
|
*/
|
|
echo "\nERROR: ",
|
|
esc($heading),
|
|
"\n\n",
|
|
esc($message),
|
|
"\n\n";
|