SHA256
1
0
forked from pool/phpPgAdmin
phpPgAdmin/phpPgAdmin-CVE-2008-5587.patch

12 lines
311 B
Diff
Raw Normal View History

--- libraries/lib.inc.php
+++ libraries/lib.inc.php
@@ -95,6 +95,8 @@
}
// Determine language file to import:
+ unset($_language);
+
// 1. Check for the language from a request var
if (isset($_REQUEST['language']) && isset($appLangFiles[$_REQUEST['language']]))
$_language = $_REQUEST['language'];