Subversion Repositories cheapmusic

Rev

Rev 14 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14 Rev 17
Line 16... Line 16...
16
    
16
    
17
    saveRedirect();
17
    saveRedirect();
18
    printHeader();
18
    printHeader();
19
    printMessage($location);
19
    printMessage($location);
20
    printFooter();
20
    printFooter();
21
    saveRedirect();
-
 
22
    session_commit();    
21
    session_commit();    
23
    
22
    
24
    echo '<script type="text/javascript">setTimeout( function() { location.href="' . $location . '"; }, 250);</script>';
23
    echo '<script type="text/javascript">setTimeout( function() { location.href="' . $location . '"; }, 250);</script>';
25
 
24
 
26
    exit;
25
    exit;