Przeglądaj źródła

fleat: update order date and export

igb 14 godzin temu
rodzic
commit
856224b2f5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      order_edit.php

+ 1 - 1
order_edit.php

@@ -23,7 +23,7 @@ if (!empty($id) && is_numeric($id)) {
     if ($row = mysqli_fetch_assoc($result)) {
         $order = $row;
     } else {
-        echo "<script>alert('订单不存在或您没有权限查看');history.back();</script>";
+        echo "<script>alert('订单不存在或您没有权限编辑');history.back();</script>";
         exit;
     }