Sindbad~EG File Manager
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- DW6 -->
<?php include ('include/head.php');
echo "<body onmousemove=\"closesubnav(event);\">\n";
include ('include/body.php');
require_once ('include/functions.php');
echo "<div class=\"style1\" id=\"pageName\">
<h2>The Output:<img alt=\"small logo\" src=\"logo.jpg\" height=\"59\" width=\"66\"/> </h2>
<p>";
$infile = $_GET['infile'];
$outfile= $_GET['outfile'];
$successful = RunOtterByFile($infile,$outfile);
if ( $successful )
{ print_last($infile,$outfile);
}
echo "</p></div>";
include ('include/footer.php');
echo "</body>\n</html>\n";
?>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists