Merged in julceslau/processmaker/HOR-1540 (pull request #4646)

HOR-1540
This commit is contained in:
Julio Cesar Laura Avendaño
2016-07-29 12:12:45 -04:00

View File

@@ -1,13 +1,4 @@
<?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;
if ($actionAjax == "streaming") {