<?php


include_once "../../conexao/functions.php";

if (isset($_POST['app_id'])) {
    addCountDownload($_POST['app_id']);
}else{
    header('HTTP/1.0 403 Forbidden');
    echo 'Forbidden';
}
?>