Ignore:
Timestamp:
Mar 31, 2004, 10:43:09 PM (20 years ago)
Author:
z0rglub
Message:

redirections modification : use of a HTML refresh page instead of header PHP
function. The purpose is to avoid redirections failure when extra characters
are found in included PHP files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/user.inc.php

    r397 r405  
    4646  setcookie( 'id', '', 0, cookie_path() );
    4747  $url = 'category.php';
    48   header( 'Request-URI: '.$url ); 
    49   header( 'Content-Location: '.$url ); 
    50   header( 'Location: '.$url );
    51   exit();
     48  redirect( $url );
    5249}
    5350
Note: See TracChangeset for help on using the changeset viewer.