From c81566f5d8c6149e87432b158331fd724e7e35e5 Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Wed, 6 Apr 2011 08:42:26 +0200 Subject: cherry-pick: add new feature: allow unit test mode enabling via HTTP GET parameter --- data/config.default.php | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'data/config.default.php') diff --git a/data/config.default.php b/data/config.default.php index cd611f1..85b9ccb 100644 --- a/data/config.default.php +++ b/data/config.default.php @@ -752,4 +752,12 @@ $authEmailSuffix = null; */ $unittestUrl = null; +/** + * Allow "unittestMode=1" in URLs. + * Should only be enabled on development systems + * + * @var boolean + */ +$allowUnittestMode = false; + ?> -- cgit v1.2.3-54-g00ecf