Exemple #1
0
 public function view_sureNoPass()
 {
     $url = trim($_GET['url']);
     $InventoryAct = new InventoryAct();
     $pass = $InventoryAct->act_sureNOPass();
     header('location:' . $url . '&state=操作成功');
     exit;
 }