Changeset 17 for trunk/client/footer.php


Ignore:
Timestamp:
Feb 20, 2010, 4:54:34 PM (14 years ago)
Author:
roby
Message:

Sostituite le funzioni del gruppo ereg perché divenute "deprecate" con il php 5.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/client/footer.php

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