HEX
Server: LiteSpeed
System: Linux vps30244.sdns.vn 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64
User: admin (1001)
PHP: 7.4.30
Disabled: show_source, system, shell_exec, passthru, exec, popen, proc_open
Upload Files
File: /home/hcb48/public_html/wp-content/themes/flatsome/inc/builder/core/server/templates/editor.php
<?php
  global $ux_builder_styles, $ux_builder_scripts;

  $editing = ux_builder( 'editing-post' );
  $title = __( 'UX Builder', 'uxbuilder' );

  if ( $editing ) $title .= ' &raquo; ' . $editing->post()->post_title;

  do_action( 'admin_enqueue_scripts' );
?><!DOCTYPE html>
<html id="ux-builder" ng-app="uxBuilder" ng-strict-di <?php language_attributes(); ?>>
<head>
  <title><?php echo $title; ?></title>
  <meta charset="<?php bloginfo( 'charset' ); ?>">
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
  <?php wp_print_styles( $ux_builder_styles ) ?>
</head>
<body>
  <app></app>
  <app-loader></app-loader>
  <app-stack></app-stack>
  <draggable-helper></draggable-helper>
  <context-menu></context-menu>
  <flatsome-studio></flatsome-studio>

  <?php wp_print_scripts( $ux_builder_scripts ) ?>
</body>
</html>