[ORDER] 기름 양 입력 후 CS 관련 처리 추가 (Ghost 판단, 미래 오더장 삭제, 예상량 리셋 등) (fixed)
This commit is contained in:
Hyojin Ahn 2026-04-06 08:10:35 -04:00
parent 0355bef24d
commit 73c3e16345
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
<?php
$destination = isset($_GET['destination']) ? $_GET['destination'] : '';
$mode = isset($_GET['mode']) ? $_GET['mode'] : '';
$appVersion = 'v1.1.3';
$appVersion = 'v1.1.4';
?>
<?