Add some bots
[infodrom.org/www.zeitungsliste.de] / lib / ajax.inc
index c918970..586dd3f 100644 (file)
@@ -30,9 +30,6 @@ $functions = array('search_check' => array('lib' => 'search.inc',
 
 function dumpinfo()
 {
-  global $_SERVER;
-  global $_POST;
-  global $_GET;
 
   $info = "\$_SERVER = " . var_export($_SERVER, true);
   $info .= "\n\$_POST = " . var_export($_POST, true);
@@ -46,7 +43,6 @@ function dumpinfo()
 function ajax_process()
 {
   global $functions;
-  global $_POST;
 
   dumpinfo();
 
@@ -63,5 +59,3 @@ function ajax_process()
 
   return false;
 }
-
-?>
\ No newline at end of file