This commit is contained in:
fligtar%gmail.com 2006-10-27 17:11:17 +00:00
Родитель 5eff6888e7
Коммит be1a0f6ee6
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -0,0 +1,6 @@
<?php
require_once(LIB.'/error.php');
triggerError('Test Error<br>_SERVER:<pre>'.print_r($_SERVER, true).'</pre>', 'site-down.tpl');
?>