File "index-auto-paul.php.txt"

Full path: /www/wwwroot/fabriciovc.eti.br/downloads/html_php/index-auto-paul.php.txt
File size: 626 B
MIME-type: text/html
Charset: utf-8

Download   Open   Back

<html>
<head>
        <title>Paulista Cartoes - Intranet</title>
</head>
<body bgcolor="#2b2b2b" text="#ffffff" link="#ffffff" alink="#ffffff" vlink="#ffffff">
<div align="center">
	<table>
		<tr>
		<td>
			<img src="paulista.gif" alt="Paulista Cartoes" />
		</td>
	</tr>
	<tr>
		<td>&nbsp;</td>
	</tr>
	<?php
		$diraberto = opendir("./");
		while($arq = readdir($diraberto))
		{
			if($arq == ".." || $arq == "." || $arq=="index.php" || $arq=="paulista.gif")
		{
			continue;
		}
	?>
	<tr>
		<td>
			<ul>
			<li><a href="<?=$arq;?>"><?=$arq;?></a></li>
			</ul>
		</td>
	</tr>
	<?php
		}
	?>
	</table>
</div>
</body>
</html>

PHP File Manager