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/identification.php

    r404 r405  
    4343    $session_id = session_create( $_POST['username'] );
    4444    $url = 'category.php?id='.$session_id;
    45     header( 'Request-URI: '.$url );
    46     header( 'Content-Location: '.$url ); 
    47     header( 'Location: '.$url );
    48     exit();
     45    redirect( $url );
    4946  }
    5047  else
Note: See TracChangeset for help on using the changeset viewer.