HOR-1540
This commit is contained in:
@@ -1,13 +1,4 @@
|
|||||||
<?php
|
<?php
|
||||||
if (!isset($_SESSION['USER_LOGGED'])) {
|
|
||||||
$responseObject = new stdclass();
|
|
||||||
$responseObject->error = G::LoadTranslation('ID_LOGIN_AGAIN');
|
|
||||||
$responseObject->success = true;
|
|
||||||
$responseObject->lostSession = true;
|
|
||||||
print G::json_encode( $responseObject );
|
|
||||||
die();
|
|
||||||
}
|
|
||||||
|
|
||||||
$actionAjax = isset( $_REQUEST['actionAjax'] ) ? $_REQUEST['actionAjax'] : null;
|
$actionAjax = isset( $_REQUEST['actionAjax'] ) ? $_REQUEST['actionAjax'] : null;
|
||||||
|
|
||||||
if ($actionAjax == "streaming") {
|
if ($actionAjax == "streaming") {
|
||||||
|
|||||||
Reference in New Issue
Block a user