mirror of
https://github.com/opensourcepos/opensourcepos.git
synced 2026-05-31 03:39:06 -04:00
9 lines
119 B
PHP
9 lines
119 B
PHP
<?= /**
|
|
* @var string $heading
|
|
* @var string $message
|
|
*/ "\nERROR: ",
|
|
esc($heading),
|
|
"\n\n",
|
|
esc($message),
|
|
"\n\n";
|