[ Index ]
 

Code source de b2evolution 2.1.0-beta

Accédez au Source d'autres logiciels libres

Classes | Fonctions | Variables | Constantes | Tables

title

Body

[fermer]

/blogs/skins/ -> _410_stats_gone.main.php (source)

   1  <?php
   2  /**

   3   * This page displays an error message when we have detected access to the stats.

   4   *

   5   * @package evocore

   6   */
   7  if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
   8  
   9  // Note: if you have a really really good reason to bypass this, uncomment the following line:

  10  // return;

  11  
  12  header('HTTP/1.0 410 Gone');
  13  header('Content-Type: text/html; charset=iso-8859-1'); // no translation

  14  ?>
  15  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  16  <html xmlns="http://www.w3.org/1999/xhtml">
  17      <head>
  18          <title>410 Gone</title>
  19      </head>
  20      <body>
  21          <h1>410 Gone</h1>
  22          <p><?php echo $app_name ?> does no longer publish referer statistics publicly in order not to attract spam robots.</p>
  23          <?php
  24              debug_info();
  25          ?>
  26      </body>
  27  </html>
  28  <?php
  29       exit;        // Note: this is NOT a crash. There should be no dying here!

  30  ?>


Généré le : Thu Nov 29 23:58:50 2007 par Balluche grâce à PHPXref 0.7
  Clicky Web Analytics