Changeset 17 for trunk/client/header.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/header.php

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