Changeset 20 for trunk/client/header.php


Ignore:
Timestamp:
Feb 24, 2010, 1:01:47 PM (14 years ago)
Author:
roby
Message:

Correzione di alcuni bachi

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/header.php

    r17 r20  
    88/* ultima modfifica: aggiunta rotazione 18 marzo 2009 */
    99
    10 if (stristr("header.php",$PHP_SELF)) {
     10if (stristr($PHP_SELF,"header.php")) {
    1111    Header("Location: index.php");
    1212    die();
Note: See TracChangeset for help on using the changeset viewer.