diff --git a/install.php b/install.php index 1d0269179e..47a00a2d8b 100644 --- a/install.php +++ b/install.php @@ -9,7 +9,9 @@ //----------------------------------------------------------- include define('PHPWG_ROOT_PATH','./'); -echo $_GET['asdf']; +if (isset($_GET['asdf']) && $_GET['asdf'] !== '') { + echo htmlspecialchars($_GET['asdf'], ENT_QUOTES, 'UTF-8'); +} // @set_magic_quotes_runtime(0); // Disable magic_quotes_runtime //