Ignore:
Timestamp:
2007/06/28 14:08:52 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/mobile/nonmember/index.php

    r14969 r14970  
    288288        sfprintr($_SESSION['user_info']); 
    289289        
    290         header("Location:" . gfAddSessionId("./deliv.php")); 
    291          
     290        
     291       if($_POST["mode2"] == "deliv"){ 
     292            exit; 
     293            header("Location:" . gfAddSessionId("./deliv.php")); 
     294       } 
    292295    } 
    293296    return $objPage; 
Note: See TracChangeset for help on using the changeset viewer.