if (get_magic_quotes_gpc()) {
        // deprecated: 'err', 'file', 'goto',
        $RequestVarsToStripSlashes = ['src', 'wmf', 'down'];
        foreach ($RequestVarsToStripSlashes as $key) {
            if (isset($_GET[$key])) {