[geeklog-cvs] Geeklog-1.x/public_html/layout/professional/admin/block blockeditor.thtml, 1.13, 1.14 defaultblockeditor.thtml, 1.8, 1.9

Dirk Haun dhaun at qs1489.pair.com
Sat May 17 13:02:56 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/block
In directory qs1489.pair.com:/tmp/cvs-serv75227/public_html/layout/professional/admin/block

Modified Files:
	blockeditor.thtml defaultblockeditor.thtml 
Log Message:
More CSRF protection


Index: blockeditor.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/block/blockeditor.thtml,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** blockeditor.thtml	25 Nov 2007 06:59:21 -0000	1.13
--- blockeditor.thtml	17 May 2008 17:02:54 -0000	1.14
***************
*** 129,132 ****
--- 129,133 ----
                                              {delete_option}
                                              <input type="hidden" name="bid" value="{block_bid}"{xhtml}>
+                                             <input type="hidden" name="{gltoken_name}" value="{gltoken}"{xhtml}>
                                              </td>
                                          </tr>

Index: defaultblockeditor.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/block/defaultblockeditor.thtml,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** defaultblockeditor.thtml	25 Nov 2007 06:59:21 -0000	1.8
--- defaultblockeditor.thtml	17 May 2008 17:02:54 -0000	1.9
***************
*** 81,84 ****
--- 81,85 ----
                                              <input type="submit" value="{lang_cancel}" name="mode"{xhtml}>
                                              <input type="hidden" name="bid" value="{block_id}"{xhtml}>
+                                             <input type="hidden" name="{gltoken_name}" value="{gltoken}"{xhtml}>
                                          </td>
                                      </tr>




More information about the geeklog-cvs mailing list