Index: branches/dev/html/mobile/nonmember/index.php
===================================================================
--- branches/dev/html/mobile/nonmember/index.php	(revision 14969)
+++ branches/dev/html/mobile/nonmember/index.php	(revision 14970)
@@ -288,6 +288,9 @@
         sfprintr($_SESSION['user_info']);
        
-        header("Location:" . gfAddSessionId("./deliv.php"));
-        
+       
+       if($_POST["mode2"] == "deliv"){
+            exit;
+            header("Location:" . gfAddSessionId("./deliv.php"));
+       }
     }
     return $objPage;
