Location: PHPKode > scripts > filebase php tools (fpt) > filebase-php-tools-fpt/demo-plain/showfiles.php
<?php
	require("../fpTWO.php");
	require("../html.php");
	
	require("./plain.conf.php");
	global $html_conf;
	gen_header("DiretoryIndex for $server$uri using FPT:$version", $html_conf, 0);
	global $dir;$files;
	getfiles();
	sortarrays();
?>		

<table border="0" cellpadding="0" cellspacing="5" width="100%">
<tr><td colspan="2" valign="top">
<?php 
	require("/home/wb/websites/services.sin/documents/etc/dox.conf.php");
	indexor($html_conf);
?>
</td></tr>
<tr><td valign="top" width="25%">
<?php 
	require("./plain.conf.php");
	global $dir_conf;
	$my_dir_icon="D";
	show($dir, $dir_conf);
?>
</td>

<td valign="top" align="left" width="75%">
<?php 
	require("./plain.conf.php");
	global $files_conf;
	$my_file_icon="F";
	show($files, $files_conf);
?>
</td>
</tr>
</table>
<?php
	gen_footer();
?>
Return current item: filebase php tools (fpt)