--- phpids.module.orig  2011-09-09 13:11:14.629122602 +0200
+++ phpids.module       2011-09-09 13:47:59.806189328 +0200
@@ -366,3 +366,14 @@
 function phpids_warning() {
   return variable_get('phpids_warn_text', 'We have detected malicious input and blocked your attempt.<br />If you keep experiencing problems but feel like you are doing nothing wrong, please contact the site administrator.');
 }
+
+/**
+ * Implements hook_robotstxt().
+ * 
+ * @return
+ *      Returns array for additional robots.txt lines.
+ */
+function phpids_robotstxt() {
+  return array('Disallow: /warning.html', 'Disallow: /?q=warning.html');
+}
+
