[geeklog-cvs] Geeklog-1.x/plugins/polls/templates/admin polleditor.thtml, 1.12, 1.13
Dirk Haun
dhaun at qs1489.pair.com
Sun May 18 12:58:53 EDT 2008
- Previous message: [geeklog-cvs] Geeklog-1.x/system lib-admin.php,1.131,1.132
- Next message: [geeklog-cvs] Geeklog-1.x/public_html/admin mail.php, 1.35, 1.36 plugins.php, 1.81, 1.82 topic.php, 1.79, 1.80 trackback.php, 1.51, 1.52
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/geeklog/Geeklog-1.x/plugins/polls/templates/admin
In directory qs1489.pair.com:/tmp/cvs-serv27308/plugins/polls/templates/admin
Modified Files:
polleditor.thtml
Log Message:
More CSRF protection
Index: polleditor.thtml
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/plugins/polls/templates/admin/polleditor.thtml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** polleditor.thtml 12 May 2008 08:27:17 -0000 1.12
--- polleditor.thtml 18 May 2008 16:58:51 -0000 1.13
***************
*** 43,46 ****
<div>{permissions_editor}</div>
<p>{lang_permissions_msg}</p>
! <p><input type="submit" name="mode" value="{lang_save}"{xhtml}><input type="submit" name="mode" value="{lang_cancel}"{xhtml}>{delete_option}</p>
</form>
--- 43,46 ----
<div>{permissions_editor}</div>
<p>{lang_permissions_msg}</p>
! <p><input type="submit" name="mode" value="{lang_save}"{xhtml}><input type="submit" name="mode" value="{lang_cancel}"{xhtml}>{delete_option}<input type="hidden" name="{gltoken_name}" value="{gltoken}"{xhtml}></p>
</form>
- Previous message: [geeklog-cvs] Geeklog-1.x/system lib-admin.php,1.131,1.132
- Next message: [geeklog-cvs] Geeklog-1.x/public_html/admin mail.php, 1.35, 1.36 plugins.php, 1.81, 1.82 topic.php, 1.79, 1.80 trackback.php, 1.51, 1.52
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the geeklog-cvs
mailing list