aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ogs/login/login_config.inc.php
diff options
context:
space:
mode:
authorgareth2007-03-14 03:32:02 +0000
committergareth2007-03-14 03:32:02 +0000
commit5d2cadf6de749dab1430c016a29e09461d288693 (patch)
tree4f5698b45404b0898070419438719ff71ec3877c /ogs/login/login_config.inc.php
parentadded movement etc from r191 (diff)
downloadopensim-SC_OLD-5d2cadf6de749dab1430c016a29e09461d288693.zip
opensim-SC_OLD-5d2cadf6de749dab1430c016a29e09461d288693.tar.gz
opensim-SC_OLD-5d2cadf6de749dab1430c016a29e09461d288693.tar.bz2
opensim-SC_OLD-5d2cadf6de749dab1430c016a29e09461d288693.tar.xz
Merged ogs-cs into trunk
Diffstat (limited to 'ogs/login/login_config.inc.php')
-rw-r--r--ogs/login/login_config.inc.php11
1 files changed, 0 insertions, 11 deletions
diff --git a/ogs/login/login_config.inc.php b/ogs/login/login_config.inc.php
deleted file mode 100644
index 4cce696..0000000
--- a/ogs/login/login_config.inc.php
+++ /dev/null
@@ -1,11 +0,0 @@
1<?
2// All the user/login server specific stuff lives here
3
4// What we send to authenticate to the grid server
5$gridserver_sendkey="1234";
6
7// What we expect to get back from the grid server
8$gridserver_recvkey="1234";
9
10$gridserver_url="http://www.osgrid.org/ogs/gridserver/index.php";
11?>