コード例 #1
0
ファイル: location.php プロジェクト: batman/rentashopper
<?php

include 'bin/load_system.php';
include 'class/locations.php';
include 'class/geolocation.php';
$locations = new locations_class();
die($locations->fill_geolocations());
?>