Пример #1
0
     exit;
 } else {
     if (isset($_POST['RK_Forgot'])) {
         echo LoginAuth::Forgot($_POST['email'], $_POST['captcha']);
         exit;
     } else {
         if (isset($_POST['RK_Votes'])) {
             echo Film_Model::Votes($_POST['filmid']);
             exit;
         } else {
             if (isset($_GET['RK_Film'])) {
                 echo Film_Model::Tooltip($_GET['RK_Film']);
                 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'])) {