/**
 * Copyright (c) 2016 AvikB, some rights reserved.
 *  Copyright under Creative Commons Attribution-ShareAlike 3.0 Unported,
 *  for details visit: https://creativecommons.org/licenses/by-sa/3.0/
 *  
 * @Contributors:
 * Created by AvikB for noncommercial MusicBee project.
 *  Spelling mistakes and fixes from community members.
 *
 */
include_once $_SERVER['DOCUMENT_ROOT'] . '/functions.php';
include_once $link['root'] . 'classes/Addon.php';
if (isset($_POST['id'])) {
    if (ctype_digit($_POST['id']) && isset($_POST['rate'])) {
        $addon = new Addon();
        $addon->rate();
    }
}
?>
<!DOCTYPE html>
<html>
<head>
	<title><?php 
echo $addon_data['addon_title'];
?>
 - <?php 
echo $type_blob;
?>
 | <?php 
echo $lang['mb'];
?>