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:
@@ -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>
|
||||
Reference in New Issue
Block a user