aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ogs/login/login_config.inc.php
diff options
context:
space:
mode:
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?>