mirror of
https://github.com/GuduleLapointe/opensim-helpers.git
synced 2026-08-14 08:52:11 +00:00
4 lines
87 B
PHP
4 lines
87 B
PHP
<?php
|
|
require_once( 'includes/config.php' );
|
|
echo 'Grid name is ' . OPENSIM_GRID_NAME;
|