adding another error reporting implementation

git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1024 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
(no author)
2008-01-08 19:05:17 +00:00
parent 30e4f758e6
commit e5d4c5bd38
+11
View File
@@ -0,0 +1,11 @@
<html>
<body>
<form action="http_error_report.php" method="POST">
<input type="hidden" name="arch" value=""/>
<input type="hidden" name="stacktrace" value=""/>
<input type="hidden" name="name" value=""/>
<input type="hidden" name="email" value=""/>
<input type="hidden" name="ip" value="<?php $_SERVER['REMOTE_ADDR']; ?>"/>
</form>
</body>
</html>