aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoradam <adam>2008-03-04 23:17:46 +0000
committeradam <adam>2008-03-04 23:17:46 +0000
commiteb5f9d768debc2125f577183b36db83de99757ec (patch)
tree9115e6e3a00f2eba4b8ca86f9b6dbf114a9e6c1e
parentfebb21b3681afd23a72d1e6d4de3ee797ce43097 (diff)
reverting to untested commit, relating to #995
-rw-r--r--config/general-example4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/general-example b/config/general-example
index 7430002d2..198b9f6a2 100644
--- a/config/general-example
+++ b/config/general-example
@@ -19,7 +19,7 @@
* Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved.
* Email: francis@mysociety.org; WWW: http://www.mysociety.org
*
- * $Id: general-example,v 1.11 2008-03-04 21:56:29 adam Exp $
+ * $Id: general-example,v 1.12 2008-03-04 23:17:46 adam Exp $
*
*/
@@ -37,7 +37,7 @@ define('OPTION_INCOMING_EMAIL_SECRET', 'xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx'
// Administration
define('OPTION_CONTACT_EMAIL', 'admin@localhost');
-define('OPTION_ADMIN_BASE_URL', 'https://secure.../admin');
+define('OPTION_ADMIN_BASE_URL', '/admin/foi/');
define('OPTION_ADMIN_PUBLIC_URL', '/'); // where /stylesheets sits under for admin pages
?>