Adding error test page
git-svn-id: svn://10.0.0.236/trunk@214244 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
6
mozilla/webtools/addons/public/htdocs/error.php
Normal file
6
mozilla/webtools/addons/public/htdocs/error.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
require_once(LIB.'/error.php');
|
||||
|
||||
triggerError('Test Error<br>_SERVER:<pre>'.print_r($_SERVER, true).'</pre>', 'site-down.tpl');
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user