aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeb Bacon <seb.bacon@gmail.com>2011-07-07 16:39:42 +0100
committerSeb Bacon <seb.bacon@gmail.com>2011-07-07 16:39:42 +0100
commit3897c8528cac11584f4fdbd95cf1649e36eea6bf (patch)
treeaf1d974ea31d8faccc8a1314f51ac33483f87d33
parent35e4ffd67a383b36364c287b6e96e78aec3c4e15 (diff)
spacing to clarify config example file groupings
-rw-r--r--config/general-example1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/general-example b/config/general-example
index ab33dd342..981e118ca 100644
--- a/config/general-example
+++ b/config/general-example
@@ -52,6 +52,7 @@ define('OPTION_BLACKHOLE_PREFIX', 'do-not-reply-to-this-address'); // used as en
// To completely skip admin authentication, set these to empty strings
define('OPTION_ADMIN_USERNAME', 'adminxxxx');
define('OPTION_ADMIN_PASSWORD', 'passwordx');
+
define('OPTION_ADMIN_BASE_URL', '/admin/');