Skip to content

Commit

Permalink
fixes #8012 Remove magic quote hacks as now PHP 5.5 is required
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteur committed Apr 4, 2016
1 parent 1854f5c commit fed8a62
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
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')) {
Expand Down

0 comments on commit fed8a62

Please sign in to comment.