mirror of
https://github.com/Schrolli91/BOSWatch.git
synced 2026-04-06 06:53:32 +00:00
directory structure and web-time format
This commit is contained in:
parent
98932c1efe
commit
a4e7d6f3f6
4 changed files with 16 additions and 10 deletions
|
|
@ -55,9 +55,9 @@
|
|||
|
||||
case "direction":
|
||||
if(substr($fms,9,1) == 1){
|
||||
return "L-F";
|
||||
return "L->F";
|
||||
}elseif(substr($fms,9,1) == 0){
|
||||
return "F-L";
|
||||
return "F->L";
|
||||
}
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue