Vergleich admin/modules/config/mycode.php - 1.8.13 - 1.8.22

  Keine Änderungen   Hinzugefügt   Modifiziert   Entfernt
Zeile 135Zeile 135
			$cache->update_mycode();

// Log admin action

			$cache->update_mycode();

// Log admin action

			log_admin_action($cid, htmlspecialchars_uni($mybb->input['title']));

			log_admin_action($cid, $mybb->input['title']);


flash_message($lang->success_added_mycode, 'success');
admin_redirect('index.php?module=config-mycode');


flash_message($lang->success_added_mycode, 'success');
admin_redirect('index.php?module=config-mycode');

Zeile 269Zeile 269
			$cache->update_mycode();

// Log admin action

			$cache->update_mycode();

// Log admin action

			log_admin_action($mycode['cid'], htmlspecialchars_uni($mybb->input['title']));

			log_admin_action($mycode['cid'], $mybb->input['title']);


flash_message($lang->success_updated_mycode, 'success');
admin_redirect('index.php?module=config-mycode');


flash_message($lang->success_updated_mycode, 'success');
admin_redirect('index.php?module=config-mycode');

Zeile 368Zeile 368
		$cache->update_mycode();

// Log admin action

		$cache->update_mycode();

// Log admin action

		log_admin_action($mycode['cid'], htmlspecialchars_uni($mycode['title']));

		log_admin_action($mycode['cid'], $mycode['title']);


flash_message($lang->success_deleted_mycode, 'success');
admin_redirect("index.php?module=config-mycode");


flash_message($lang->success_deleted_mycode, 'success');
admin_redirect("index.php?module=config-mycode");