[ 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/ -> _404_blog_not_found.main.php (source)

   1  <?php
   2  /**

   3   * This page displays an error message when we cannot resolve the extra path.

   4   *

   5   * This happens when you request an url of the form http://.../some_stub_file.php/some_malformed_extra_path/...

   6   *

   7   * @package evocore

   8   */
   9  if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
  10  
  11  
  12  header('HTTP/1.0 404 Not Found');
  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>404 Not Found</title>
  19      </head>
  20      <body>
  21          <h1>404 Not Found</h1>
  22          <p>The blog you requested doesn't seem to exist on <a href="<?php echo $baseurl ?>">this system</a>.</p>
  23          <?php
  24              debug_info();
  25          ?>
  26      </body>
  27  </html>
  28  <?php
  29       exit;
  30  ?>


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