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