Changeset:
        c4d8a3903f61
        
https://sourceforge.net/p/mrbs/hg-code/ci/c4d8a3903f6185f041da3a81ec823a464a793e9b
Author:
        Campbell Morrison <cimorri...@hg.code.sf.net>
Date:
        Sun Mar 19 20:57:04 2017 +0000
Log message:

Made the note form variable POST-only for good measure

diffstat:

 web/del_entry.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 83b31ab4154f -r c4d8a3903f61 web/del_entry.php
--- a/web/del_entry.php Sun Mar 19 20:51:35 2017 +0000
+++ b/web/del_entry.php Sun Mar 19 20:57:04 2017 +0000
@@ -16,7 +16,7 @@
 $series = get_form_var('series', 'int', null, INPUT_POST);
 $returl = get_form_var('returl', 'string', null, INPUT_POST);
 $action = get_form_var('action', 'string', null, INPUT_POST);
-$note = get_form_var('note', 'string', '');
+$note = get_form_var('note', 'string', '', INPUT_POST);
 
 // Check the user is authorised for this page
 checkAuthorised();

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mrbs-commits mailing list
Mrbs-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to