Added Other AP

This commit is contained in:
dev-chiefworks
2022-04-26 11:30:34 -04:00
parent 5e006a6a21
commit 47f4fad75c
251 changed files with 29298 additions and 4 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
function a($lat1, $lon1, $lat2, $lon2, $unit) {
if($lat1==$lat2 && $lon1==$lon2) {
return 0;
}
}