nocc_webmail/webmail/html/send_error.php
2022-01-03 15:03:38 +01:00

7 lines
333 B
PHP

<!-- start of $Id: send_error.php 1685 2009-01-10 00:10:33Z gerundt $ -->
<?php
if (!isset($conf->loaded))
die('Hacking attempt');
?>
<p class="inbox"><?php echo convertLang2Html($html_error_occurred) . ' : ' . convertLang2Html($ev->getMessage()); ?></p>
<!-- end of $Id: send_error.php 1685 2009-01-10 00:10:33Z gerundt $ -->