Changeset 20 for trunk/client/footer.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/footer.php

    r17 r20  
    1111piede();
    1212$PHP_SELF=$_SERVER['PHP_SELF'];
    13 if (stristr("footer.php",$PHP_SELF)) {
     13if (stristr($PHP_SELF,"footer.php")) {
    1414    Header("Location: index.php");
    1515    die();
Note: See TracChangeset for help on using the changeset viewer.