Continued a bit:
[core.git] / framework / config-global.php
index d4bdf2bfc15fc80dacb73a19da895e33c9dd8730..68af380e17908d69ace120acd30975ad5cc14673 100644 (file)
@@ -50,10 +50,6 @@ $cfg->setConfigEntry('local_database_path', $cfg->getConfigEntry('root_base_path
 // CFG: TIME-ZONE
 $cfg->setDefaultTimezone('Europe/Berlin');
 
-// CFG: MAGIC-QUOTES-RUNTIME
-// @DEPRECATED As PHP is deprecating this
-$cfg->setMagicQuotesRuntime(false);
-
 // CFG: CLASS-PREFIX
 $cfg->setConfigEntry('class_prefix', 'class_');