mirror of
https://github.com/justinccdev/opensimulator-tools.git
synced 2026-08-14 01:07:50 +00:00
Add php closing tag to get-regions.php integration program example
This commit is contained in:
@@ -5,4 +5,6 @@ require_once "../../config.php";
|
||||
require_once "../../utils.php";
|
||||
require_once "$IP/connectors/grid-service-connector.php";
|
||||
|
||||
GetRegionRange($GRID_SERVICE_URI, 0, 0, 2147483647, 2147483647, TRUE);
|
||||
GetRegionRange($GRID_SERVICE_URI, 0, 0, 2147483647, 2147483647, TRUE);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user