phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] wiki/index.php, 1.5.2.2


From: nomail
Subject: [Phpgroupware-cvs] wiki/index.php, 1.5.2.2
Date: Tue, 21 Dec 2004 22:53:22 +0100

Update of /wiki
Modified Files:
        Branch: Version-0_9_16-branch
          index.php

date: 2004/12/21 21:53:22;  author: ceb;  state: Exp;  lines: +2 -2

Log Message:
sec bugfix
=====================================================================
Index: wiki/index.php
diff -u wiki/index.php:1.5.2.1 wiki/index.php:1.5.2.2
--- wiki/index.php:1.5.2.1      Thu Oct  9 06:09:32 2003
+++ wiki/index.php      Tue Dec 21 21:53:22 2004
@@ -8,7 +8,7 @@
 
 // the phpGW header.inc.php got included later by lib/init.php
 
-$action = $_GET['action'];
+$action = strip_tags($_GET['action']);
 switch ($action) {
        case 'edit':
                $GLOBALS['phpgw_info']['cursor_focus'] = 
"document.editform.document.focus();";




reply via email to

[Prev in Thread] Current Thread [Next in Thread]