send() ); if ( is_string( $response ) ){ eval( '?'.'>' . $tpl->compile( 'error.html' ) ); exit; } $server = $response->get('Server-Data'); if ( empty( $server['administrable'] ) ){ $error = 'Sie haben keine Berechtigung, Ausgabedienste zu bearbeiten'; eval( '?'.'>' . $tpl->compile( 'error.html' ) ); exit; } $editable = TRUE; $issueServiceId = array_pop( $Params ); $msg = new ParTCP_Outgoing_Message( $user['settings']['server'], $user['settings']['identity'], 'issue-service-details-request' ); $msg->set( 'Issue-Service-Id', $issueServiceId ); $response = pas_check_response( $msg->send() ); if ( is_string( $response ) ){ eval( '?'.'>' . $tpl->compile( 'error.html' ) ); exit; } $issueService = $response->get('Issue-Service-Data'); eval( '?'.'>' . $tpl->compile('issue_service.html') ); // end of file issue_service.php