Exemplo n.º 1
0
<?php

include "../../../inc/includes.php";
header("Content-Type: text/html; charset=UTF-8");
Html::header_nocache();
Session::checkLoginUser();
if (!isset($_REQUEST['tickets_id'])) {
    exit;
}
PluginEscaladeTicket::cloneAndLink($_REQUEST['tickets_id']);