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" ?>