b2evolution

Multilingual multiuser multiblog engine

b2evolution Technical Documentation (0.9.x) [ class tree: evocore ] [ index: evocore ] [ all elements ]

Source for file _410_stats_gone.page.php

Documentation is available at _410_stats_gone.page.php

  1. <?php
  2. /**
  3.  * This page displays an error message when we have detected access to the stats.
  4.  *
  5.  * b2evolution - {@link http://b2evolution.net/}
  6.  * Released under GNU GPL License - {@link http://b2evolution.net/about/license.html}
  7.  * @copyright (c)2003-2004 by Francois PLANQUE - {@link http://fplanque.net/}
  8.  *
  9.  * @package evocore
  10.  */
  11.  
  12. // Note: if you have a really really good reason to bypass this, uncomment the following line:
  13. // return;
  14.  
  15. header('HTTP/1.0 410 Gone');
  16. ?>
  17.  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  18. <html xmlns="http://www.w3.org/1999/xhtml">
  19.     <head>
  20.         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  21.          <title>410 Gone</title>
  22.     </head>
  23.     <body>
  24.         <h1>410 Gone</h1>
  25.         <p>b2evolution does no longer publish referer statistics publicly in order not to attract spam robots.</p>
  26.   </body>
  27. </html>
  28. <?php
  29.     debug_info();
  30.      exit;
  31. ?>

Documentation generated on Tue, 20 May 2008 01:52:11 +0200 by phpDocumentor 1.4.2