[geeklog-cvs] Geeklog-1.x/plugins/links/templates/admin categoryeditor.thtml, 1.5, 1.6 linkeditor.thtml, 1.12, 1.13

Dirk Haun dhaun at qs1489.pair.com
Sun May 18 09:55:42 EDT 2008


Update of /cvsroot/geeklog/Geeklog-1.x/plugins/links/templates/admin
In directory qs1489.pair.com:/tmp/cvs-serv20789/plugins/links/templates/admin

Modified Files:
	categoryeditor.thtml linkeditor.thtml 
Log Message:
More CSRF protection


Index: linkeditor.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/templates/admin/linkeditor.thtml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** linkeditor.thtml	12 May 2008 08:27:17 -0000	1.12
--- linkeditor.thtml	18 May 2008 13:55:40 -0000	1.13
***************
*** 85,88 ****
--- 85,89 ----
                                                  {delete_option}
                                                  {submission_option}
+                                                 <input type="hidden" name="{gltoken_name}" value="{gltoken}"{xhtml}>
                                              </td>
                                          </tr>

Index: categoryeditor.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/links/templates/admin/categoryeditor.thtml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** categoryeditor.thtml	1 Jan 2008 17:51:54 -0000	1.5
--- categoryeditor.thtml	18 May 2008 13:55:40 -0000	1.6
***************
*** 63,66 ****
--- 63,67 ----
                      <input type="submit" value="{lang_cancel}" name="mode"{xhtml}>
                      {delete_option}
+                     <input type="hidden" name="{gltoken_name}" value="{gltoken}"{xhtml}>
                  </td>
              </tr>




More information about the geeklog-cvs mailing list