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

    r9 r17  
    99
    1010
    11 if (eregi("config.php",$_SERVER['PHP_SELF'])) {
     11if (stristr("config.php",$_SERVER['PHP_SELF'])) {
    1212        Header("Location: index.php");
    1313        die();
Note: See TracChangeset for help on using the changeset viewer.