Пример #1
0
     exit;
 } else {
     if (isset($_POST['RK_Fav_Feature'])) {
         echo Film_Model::Fav_Feature($_POST['filmid']);
         exit;
     } else {
         if (isset($_POST['RK_Fav_Playlist'])) {
             echo Film_Model::Fav_Playlist($_POST['filmid']);
             exit;
         } else {
             if (isset($_POST['RK_Remove'])) {
                 echo Film_Model::RK_Remove($_POST['filmid'], $_POST['type']);
                 exit;
             } else {
                 if (isset($_POST['RK_Error'])) {
                     echo Film_Model::Fav_Error($_POST['epid']);
                     exit;
                 } else {
                     if (isset($_POST['RK_Support'])) {
                         echo Support_Model::AddLog($_POST['type'], $_POST['text']);
                         exit;
                     } else {
                         if (isset($_POST['RK_Edituser'])) {
                             echo LoginAuth::Edituser($_POST['fullname'], $_POST['facebookid'], $_POST['captcha']);
                             exit;
                         } else {
                             if (isset($_POST['RK_Download'])) {
                                 echo GetLink::buil_down($_POST['epid']);
                                 exit;
                             }
                         }