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: //proc/self/cwd/docs_old/planilha.php
<?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">

          <iframe width="100%" height="400px;" frameborder="0" scrolling="none" src="https://onedrive.live.com/embed?cid=2783094418B7001A&resid=2783094418B7001A%215121&authkey=AD5l7tHAojbj3V8&em=2&wdAllowInteractivity=False&AllowTyping=True&ActiveCell='EB%20Normal'!A1&Item='EB%20Normal'!A1%3AR13&wdHideGridlines=True"></iframe>

      </div>
      <!-- /main area -->
<?php require_once "footer.php" ?>