v1.1.5
- [ORDER] 기름 양 입력 후 CS 관련 처리 추가 (Ghost 판단, 미래 오더장 삭제, 예상량 리셋 등) fixed 2
This commit is contained in:
parent
cfbf320e9a
commit
ff9d77ab26
|
|
@ -1,7 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
$destination = isset($_GET['destination']) ? $_GET['destination'] : '';
|
$destination = isset($_GET['destination']) ? $_GET['destination'] : '';
|
||||||
$mode = isset($_GET['mode']) ? $_GET['mode'] : '';
|
$mode = isset($_GET['mode']) ? $_GET['mode'] : '';
|
||||||
$appVersion = 'v1.1.4';
|
$appVersion = 'v1.1.5';
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<?
|
<?
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue