HEX
Server: Apache
System: Linux b:u:newjapaneti:1 3.10.0-1160.31.1.el7.x86_64 #1 SMP Thu Jun 10 13:32:12 UTC 2021 x86_64
User: newjapaneti (381717)
PHP: 5.6.30
Disabled: apache_get_modules, apache_get_version, apache_reset_timeout, apache_getenv, apache_note, apache_setenv
Upload Files
File: /var/www/html/newjapanetiquetas.com.br/web/docs/planilha.php
<style type="text/css">
.iframewrapper{
    position:relative;
    z-index: 9995;
/*    //display: inline-block;
    //width=100%";*/
}

.iframehidelogo{
    position: absolute;
    width: 100%;
    height: 30px;
    background: #f5f5f5;
    right: 0px;
    bottom: 0px;
    z-index:999;
    display: block;
    color: #fff;
}
</style>

<?php
require_once('includes/config.php');

if( !$user->is_logged_in() ){ header('Location: login.php'); }

?>


<?php require_once "header.php"; ?>
      <!-- main area -->
      <div class="main-content">
      	<div class="iframewrapper">
		    <div class="iframehidelogo"></div>
		   <iframe id="iframe" width="100%" height="500" frameborder="0" scrolling="no" src="https://onedrive.live.com/embed?cid=C31D72D199818683&resid=C31D72D199818683%21127&authkey=AJpMJhSCL_SnlYs&em=2&wdAllowInteractivity=False&AllowTyping=True&wdHideGridlines=True&wdHideHeaders=True">
		    </iframe>
		</div>
      </div>
      <!-- /main area -->
<?php require_once "footer.php" ?>