Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiosmosis <benakamoorthi@fastmail.fm>2014-03-04 20:00:59 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-03-04 20:00:59 +0400
commitbb5e2b37ae5f04f78ec3eae636d70e38bb34f89f (patch)
tree85e833e390676ee511313b826c4112e25ae528af /core/Config.php
parent64071b3ba603256b3e6665d3791496a14d528212 (diff)
Refs #4739, remove old capture.js file, add section about screenshot testing config to README and remove unused constant from Config.php.
Diffstat (limited to 'core/Config.php')
-rw-r--r--core/Config.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/Config.php b/core/Config.php
index 82dbcdb022..b32f0c2ec9 100644
--- a/core/Config.php
+++ b/core/Config.php
@@ -40,8 +40,6 @@ use Exception;
*/
class Config extends Singleton
{
- const RELATIVE_CONFIG_OVERRIDE_PATH = 'tmp/test.config.ini';
-
public static $defaultLocalConfigPath = '/config/config.ini.php';
public static $defaultCommonConfigPath = '/config/common.config.ini.php';
public static $defaultGlobalConfigPath = '/config/global.ini.php';