diff options
author | gareth | 2007-03-07 19:08:00 +0000 |
---|---|---|
committer | gareth | 2007-03-07 19:08:00 +0000 |
commit | f2ea796ba8d73c8f25310edfa04b6b58f43cd412 (patch) | |
tree | 058efa2859a6d3c5ee51d4ff8455202fbaf9d79a /ogs/common/grid_config.inc.php | |
parent | fixed last screwup (diff) | |
download | opensim-SC-f2ea796ba8d73c8f25310edfa04b6b58f43cd412.zip opensim-SC-f2ea796ba8d73c8f25310edfa04b6b58f43cd412.tar.gz opensim-SC-f2ea796ba8d73c8f25310edfa04b6b58f43cd412.tar.bz2 opensim-SC-f2ea796ba8d73c8f25310edfa04b6b58f43cd412.tar.xz |
Added OGS
Diffstat (limited to '')
-rw-r--r-- | ogs/common/grid_config.inc.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ogs/common/grid_config.inc.php b/ogs/common/grid_config.inc.php new file mode 100644 index 0000000..0bc6a5e --- /dev/null +++ b/ogs/common/grid_config.inc.php | |||
@@ -0,0 +1,7 @@ | |||
1 | <? | ||
2 | // this file is common across servers and must be kept in sync | ||
3 | |||
4 | $gridserver_url="http://www.garethnelson.com/ogs/gridserver/"; | ||
5 | |||
6 | $grid_owner="Gareth Nelson"; | ||
7 | ?> \ No newline at end of file | ||