2018-05-14, 09:06 AM
Pretty much as the title says... I'm wondering how I can prevent CSRF in a plugin using $mybb->input['my_post_key']
I've been trying to patch a CSRF in a delete function but can't find any examples.
My current requests looks like this:
Could someone help me out or point me to some examples please?? Thank you!
I've been trying to patch a CSRF in a delete function but can't find any examples.
My current requests looks like this:
localhost/admin/index.php?empty=table&my_post_key=
but don't get an actual post key to display after the =Could someone help me out or point me to some examples please?? Thank you!