HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.2.34
System: Linux atalantini.com 3.10.0-1127.13.1.el7.x86_64 #1 SMP Tue Jun 23 15:46:38 UTC 2020 x86_64
User: root (0)
PHP: 7.2.34
Disabled: NONE
Upload Files
File: /var/www/html/maisonimmobiliare/wp-content/plugins/3d-viewer/inc/Shortcode/3d_viewer.php
<?php

use BP3D\Helper\Utils;

?>


<div class="online_3d_viewer"
    style="width: <?php echo esc_attr($width) ?>; height: <?php echo esc_attr($height) ?>;"
    backgroundcolor="<?php echo esc_attr(implode(',', Utils::hexToRGB($modeview_3d['bp_model_bg']))) ?>"
    model="<?php echo esc_url($src) ?>"
    environmentmap="<?php echo esc_url(BP3D_DIR) ?>public/images/envmaps/fishermans_bastion/negz.jpg,<?php echo esc_url(BP3D_DIR) ?>public/images/envmaps/fishermans_bastion/negx.jpg,<?php echo esc_url(BP3D_DIR) ?>public/images/envmaps/fishermans_bastion/negy.jpg,<?php echo esc_url(BP3D_DIR) ?>public/images/envmaps/fishermans_bastion/posx.jpg,<?php echo esc_url(BP3D_DIR) ?>public/images/envmaps/fishermans_bastion/posy.jpg,<?php echo esc_url(BP3D_DIR) ?>public/images/envmaps/fishermans_bastion/posz.jpg" 
    >

</div>
<?php 
if( $modeview_3d['bp_3d_fullscreen'] === '1'){ 
        require_once(__DIR__.'/fullscreen_buttons.php');
} ?>