Added Other AP
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
function a($lat1, $lon1, $lat2, $lon2, $unit) {
|
||||
if($lat1==$lat2 && $lon1==$lon2) {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user