\x89PNG\r\n\x1a\n\x00\x00\x00\x0DIHDR\x00\x00\x00\x01\x00 \x00\x00\x01\x08\x06\x00\x00\x00\x1F\x15\xC4\x89\x00\x00\x00 \x0AIDATx\x9Ccb\x00\x00\x00\x06\x00\x03\x1A\x05\x9D\x00\x00 \x00\x00IEND\xAE\x42\x60\x82
| Path : /var/www/html/ofissantral/wp-content/plugins/nicepage/editor/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : /var/www/html/ofissantral/wp-content/plugins/nicepage/editor/nicepage-editor.php |
<?php defined('ABSPATH') or die;
$domain = NpEditor::getDomain();
$loader_path = $domain
? $domain . '/Editor/loader.js'
: APP_PLUGIN_URL . 'editor/assets/app/loader.js?ver=' . APP_PLUGIN_VERSION;
$sw_path = NpAction::getActionUrl('np_route_service_worker');
header('Content-Type: text/html; charset=utf-8');
?>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Open+Sans:400,300,700"/>
<script>window.loadAppHook = parent.loadAppHook;</script>
<script>if (!parent.dataBridge) {alert('The editor was launched incorrectly. Please contact the Support.'); parent.location.reload();}</script>
<script id="loader-script" type="text/javascript"
src="<?php echo $loader_path; ?>"
data-swurl="<?php echo $sw_path; ?>"
data-assets="<?php echo APP_PLUGIN_URL; ?>editor/assets/app/"
data-processor="wp">
</script>
</head>
<body>
</body>
</html>