quicker API

This commit is contained in:
fred 2023-09-10 00:07:00 +02:00
parent 37445d7ba2
commit 5b123d9d5c
2 changed files with 5 additions and 5 deletions

View File

@ -60,10 +60,10 @@ fi
############################################################################### ###############################################################################
if [[ ${QRCODE} == "station" ]]; then if [[ ${QRCODE} == "station" ]]; then
# Keep 2nd try of the day #~ # Keep 2nd try of the day
[[ ! -s ~/.zen/tmp/_ISTATION ]] \ #~ [[ ! -s ~/.zen/tmp/_ISTATION ]] \
&& mv ~/.zen/tmp/ISTATION ~/.zen/tmp/_ISTATION \ #~ && mv ~/.zen/tmp/ISTATION ~/.zen/tmp/_ISTATION \
|| cp ~/.zen/tmp/_ISTATION ~/.zen/tmp/ISTATION #~ || cp ~/.zen/tmp/_ISTATION ~/.zen/tmp/ISTATION
if [[ ! -s ~/.zen/tmp/ISTATION ]]; then if [[ ! -s ~/.zen/tmp/ISTATION ]]; then
## GENERATE PLAYER G1 TO ZEN ACCOUNTING ## GENERATE PLAYER G1 TO ZEN ACCOUNTING

View File

@ -89,7 +89,7 @@ header {
<div id="login"><button onclick="promptUser('login')">LOGIN</button><button onclick="promptUser('logout')">LOGOUT</button></div> <div id="login"><button onclick="promptUser('login')">LOGIN</button><button onclick="promptUser('logout')">LOGOUT</button></div>
--> -->
<div> <div>
<button onclick="homeAstroportStation('/?qrcode=station', 'tab', 21654)">Ğ1Station</button> <button onclick="homeAstroportStation('/?qrcode=station', 'tab', 33000)">Ğ1Station</button>
</div> </div>
<span><div id="ainfo"></div></span> <span><div id="ainfo"></div></span>
<div id="debug"></div> <div id="debug"></div>