Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions setup/class/Setup.php
Original file line numberDiff line numberDiff line change
Expand Up@@ -898,12 +898,6 @@ public function checkServerSettings()
$test['globals']['name'] = 'Register globals disabled';
$test['globals']['crit'] = false;

$test['magic_quotes']['pass'] = !get_magic_quotes_gpc() && !get_magic_quotes_runtime();
$test['magic_quotes']['fail'] = dgettext('core',
'Magic quotes is enabled. Please disable it in your php.ini file.');
$test['magic_quotes']['name'] = 'Magic quotes disabled';
$test['magic_quotes']['crit'] = true;

foreach ($test as $test_section => $val) {
if (!$val['pass']) {
if ($val['crit']) {
Expand Down