e5d4c5bd38
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1024 cd1c1023-2f26-0410-ae45-c471fc1f0318
11 lines
395 B
PHP
11 lines
395 B
PHP
<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> |