[geeklog-cvs] Geeklog-1.x/public_html/layout/professional/admin/topic topiceditor.thtml, 1.12, 1.13

Dirk Haun dhaun at qs1489.pair.com
Sun May 18 12:58:53 EDT 2008


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

Modified Files:
	topiceditor.thtml 
Log Message:
More CSRF protection


Index: topiceditor.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/layout/professional/admin/topic/topiceditor.thtml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** topiceditor.thtml	12 May 2008 08:27:17 -0000	1.12
--- topiceditor.thtml	18 May 2008 16:58:51 -0000	1.13
***************
*** 3,7 ****
                                      <tr>
                                          <td class="alignright">{lang_topicid}:</td>
!                                         <td><input type="text" dir="ltr" size="20" maxlength="20" name="tid" value="{topic_id}"{xhtml}> {lang_donotusespaces}</td>
                                      </tr>
                                      <tr>
--- 3,7 ----
                                      <tr>
                                          <td class="alignright">{lang_topicid}:</td>
!                                         <td><input type="text" size="20" maxlength="20" name="tid" value="{topic_id}"{xhtml}> {lang_donotusespaces}</td>
                                      </tr>
                                      <tr>
***************
*** 23,27 ****
                                      <tr>
                                          <td class="alignright">{lang_uploadimage}:</td>
!                                         <td><input type="file" dir="ltr" name="newicon"{xhtml}> ({lang_maxsize} {icon_dimensions})</td>
                                      </tr>
                                      <tr>
--- 23,27 ----
                                      <tr>
                                          <td class="alignright">{lang_uploadimage}:</td>
!                                         <td><input type="file" name="newicon"{xhtml}> ({lang_maxsize} {icon_dimensions})</td>
                                      </tr>
                                      <tr>
***************
*** 75,78 ****
--- 75,79 ----
                                              <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