SOURCES: phpPgAdmin-config.patch - updated for 4.1.3
hawk
hawk at pld-linux.org
Wed Aug 29 14:18:25 CEST 2007
Author: hawk Date: Wed Aug 29 12:18:25 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- updated for 4.1.3
---- Files affected:
SOURCES:
phpPgAdmin-config.patch (1.3 -> 1.4)
---- Diffs:
================================================================
Index: SOURCES/phpPgAdmin-config.patch
diff -u SOURCES/phpPgAdmin-config.patch:1.3 SOURCES/phpPgAdmin-config.patch:1.4
--- SOURCES/phpPgAdmin-config.patch:1.3 Mon Jun 11 21:29:55 2007
+++ SOURCES/phpPgAdmin-config.patch Wed Aug 29 14:18:19 2007
@@ -39,23 +39,3 @@
// Application name
$appName = 'phpPgAdmin';
---- phpPgAdmin-4.1.2/libraries/lib.inc.php 2007-06-11 21:20:50.321736338 +0200
-+++ phpPgAdmin-4.1.2/libraries/lib.inc.php-new 2007-06-11 21:28:43.458844982 +0200
-@@ -6,6 +6,9 @@
- * $Id$
- */
-
-+ // Prevent XSS attacks
-+ $PHP_SELF = htmlspecialchars($_SERVER['PHP_SELF']);
-+
- include_once('./libraries/decorator.inc.php');
- include_once('./lang/translations.php');
-
-@@ -220,7 +223,4 @@
- }
- }
-
-- // Prevent XSS attacks
-- $PHP_SELF = htmlspecialchars($_SERVER['PHP_SELF'], ENT_QUOTES, $lang['appcharset']);
--
- ?>
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/phpPgAdmin-config.patch?r1=1.3&r2=1.4&f=u
More information about the pld-cvs-commit
mailing list