Vergleich admin/modules/tools/cache.php - 1.8.27 - 1.8.28

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 79Zeile 79

if($mybb->input['action'] == "rebuild" || $mybb->input['action'] == "reload")
{


if($mybb->input['action'] == "rebuild" || $mybb->input['action'] == "reload")
{

	if(!verify_post_check($mybb->input['my_post_key']))

	if(!verify_post_check($mybb->get_input('my_post_key')))

	{
flash_message($lang->invalid_post_verify_key2, 'error');
admin_redirect("index.php?module=tools-cache");

	{
flash_message($lang->invalid_post_verify_key2, 'error');
admin_redirect("index.php?module=tools-cache");

Zeile 162Zeile 162

if($mybb->input['action'] == "rebuild_all")
{


if($mybb->input['action'] == "rebuild_all")
{

	if(!verify_post_check($mybb->input['my_post_key']))

	if(!verify_post_check($mybb->get_input('my_post_key')))

	{
flash_message($lang->invalid_post_verify_key2, 'error');
admin_redirect("index.php?module=tools-cache");

	{
flash_message($lang->invalid_post_verify_key2, 'error');
admin_redirect("index.php?module=tools-cache");