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:
authorThomas Steur <tsteur@users.noreply.github.com>2016-04-05 00:22:17 +0300
committerThomas Steur <tsteur@users.noreply.github.com>2016-04-05 00:22:17 +0300
commitfed8a62e314a66ebd89678a9f882fb8b7fd2db5a (patch)
tree69d4925ddb3ee1324ac41283b93b92fe3238ea32 /core/bootstrap.php
parent1854f5c456a76af807431d52bcb19ad207ba658e (diff)
fixes #8012 Remove magic quote hacks as now PHP 5.5 is required
Diffstat (limited to 'core/bootstrap.php')
-rw-r--r--core/bootstrap.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/bootstrap.php b/core/bootstrap.php
index 68ac4873e8..557361e5cd 100644
--- a/core/bootstrap.php
+++ b/core/bootstrap.php
@@ -17,7 +17,6 @@ if (!defined('PIWIK_USER_PATH')) {
error_reporting(E_ALL | E_NOTICE);
@ini_set('display_errors', defined('PIWIK_DISPLAY_ERRORS') ? PIWIK_DISPLAY_ERRORS : @ini_get('display_errors'));
@ini_set('xdebug.show_exception_trace', 0);
-@ini_set('magic_quotes_runtime', 0);
if (!defined('PIWIK_VENDOR_PATH')) {
if (is_dir(PIWIK_INCLUDE_PATH . '/vendor')) {