TransWar File Browser

Path: C:\

<?php
  date_default_timezone_set('America/Sao_Paulo');
  $dateadded = date("d/m/Y  --  G:i"); 
  error_reporting(E_ALL);
  ini_set('display_errors', 'On');
  ?>
<!DOCTYPE html>
<html lang='pt-br'>
  <head>
    <meta http-equiv='Refresh'>
    <meta charset='utf-8'/>
    <meta content='width=device-width, initial-scale=1, maximum-scale=1' name='viewport'>
    <title>Interface de Ponto</title>
    <link rel="icon" type="image/png" href="../images/favicon.ico">
    <link href="../css/estilo.css" rel="stylesheet" type="text/css" />
    <link href='../css/redmond/jquery-ui-1.10.1.custom.css' rel='stylesheet' type='text/css'>
    <link href="../css/bootstrap.min.css" rel="stylesheet">
    <link href="../css/bootstrap-theme.min.css" rel="stylesheet">
    <link href="../css/theme.css" rel="stylesheet">
    <link href="../css/signin.css" rel="stylesheet">
    <script src='../js/jquery-3.3.1.min.js'></script>
    <script src='../js/jquery-ui.js' type='text/javascript'></script>
    <script src="../js/ui.datepicker-pt-BR.js"></script>
    <script src="../js/jquery.mask.js"></script>
  </head> 
  <body role="document"> 
    <div class="container">   
      <table width="100%"> 
        <tr> 
          <td>
            <img src="../images/logo03.png" width="408" height="88"  />
          </td> 
          <td>
            <div class="page-header">
              <h2>
                <span class="label label-primary">&nbsp;&nbsp;Interface de Ponto&nbsp;&nbsp;</span>
              </h2>
            </div>
          </td>
        </tr> 
        <tr> 
          <td height="30"  colspan="2" background="../images/top-menubg.gif" >&nbsp;&nbsp;<?php echo $dateadded; ?>
          </td> 
        </tr> 
      </table>
      <aside role="complementary" class="col-md-12">
        <div class="row"></br>
          <form method='GET' action='iPonto07-osa.php'>
            <div align="center">
              <button type='submit' class='btn btn-primary'><strong>Atualizar Funcionários</strong></button>
            </div></br>
          </form>
          <form method='GET' action='iPonto02-osa.php'>
            <div align="center">
              <button type='submit' class='btn btn-primary'><strong>Controle de Acesso</strong></button>
            </div></br>
          </form>
          <form method='GET' action='iPonto05-osa.php'>
            <div align="center">
              <button type='submit' class='btn btn-primary'><strong>Controle de Presença</strong></button>
            </div></br>
          </form>
          <form method='GET' action='iPonto01-osa.php'>
            <div align="center">
              <button type='submit' class='btn btn-primary'><strong>Cópias Diárias</strong></button>
            </div>
          </form>
        </div>
      </aside>
    </div>
  </body>
  <p class="copyright" align="center">&copy; Copyright 2018 TransWar - Todos os direitos reservados. Versão 1.0</p> 
  <br />
  <script src="../js/bootstrap.min.js"></script>
  <script src="../js/ie10-viewport-bug-workaround.js"></script>
</html>