Changeset 598


Ignore:
Timestamp:
Nov 24, 2013, 11:36:46 PM (11 years ago)
Author:
chronos
Message:
  • Přidáno: Vracet chybový kód HTTP 404 při neznámé stránce.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Application/System.php

    r597 r598  
    197197  function Show()
    198198  {
    199     return('<h3 align="center">Požadovavá stránka neexistuje.</h3>');
     199    Header($_SERVER['SERVER_PROTOCOL'].' 404 Not Found');
     200    return('<h3 align="center">Požadovaná stránka neexistuje.</h3>');
    200201  }
    201202}
Note: See TracChangeset for help on using the changeset viewer.