Path: C:\
<?php
date_default_timezone_set('America/Sao_Paulo');
$dateadded = date("d/m/Y -- G:i");
?>
<!DOCTYPE html>
<html lang='pt-br'>
<head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport">
<title>TransWar</title>
<link rel="icon" type="image/png" href="images/favicon.ico">
<link href="../css/estilo.css" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="../css/redmond/jquery-ui-1.10.1.custom.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/ie-emulation-modes-warning.js"></script>
</script>
</head>
<body role="document">
<div class="container">
<div class="row">
<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"> ARQUIVOS PARA IMPORTAÇÃO </span></h2>
</div></td>
</tr>
<tr>
<td height="30" colspan="2" background="../images/top-menubg.gif" > <?php echo $dateadded; ?></td>
</tr>
</table>
<div class='panel panel-primary'>
<table align="center" width="100%">
<tr>
<td width="30%"> </td>
<td width="20%" align="center">
<form id="form" name="form" method="get" action="importa_veiculos.php" enctype="multipart/form-data">
<input type="submit" name="Data" id="Data" class="button2" value="Veículos" />
</form>
</td>
<td width="20%" align="center">
<form id="form" name="form" method="get" action="importa_pessoas.php" enctype="multipart/form-data">
<input type="submit" name="Data" id="Data" class="button2" value="Pessoas" />
</form>
</td>
<td width="30%"> </td>
</tr>
<tr>
<td align="center" colspan='4'>
<?php
if (isset($_GET['arquivo'])) {$arqcsv=$_GET['arquivo'];
echo '
<div id="alert" align="center">
<strong>Arquivo CSV gerado com sucesso!</strong><br>
<a href="'.$arqcsv.'" download onclick="location.href=\'index.php\';">Tecle p/ Baixar EXCEL</a>
</div>';}
?>
</td>
</tr>
</table>
</div>
</div>
</div>
<p class="copyright" align="center">© Copyright 2023 TransWar - Todos os direitos reservados. Versão 1.0</p>
<br />
<script src="../js/bootstrap.min.js"></script>
<script src="../js/jquery-1.9.1.js" type="text/javascript"></script>
<script src="../js/jquery-ui.js" type="text/javascript"></script>
<script src="../js/docs.min.js"></script>
<script src="../js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>