Remove a redundant include.

This commit is contained in:
Mark Crane 2014-01-19 03:15:16 +00:00
parent 4fcc3b4c35
commit de32790dad
1 changed files with 0 additions and 1 deletions

View File

@ -174,6 +174,5 @@ else {
echo "<iframe id='frame' width='100%' height='400' FRAMEBORDER='0' name='frame' style='background-color : #FFFFFF;'></iframe>\n";
//show the footer
include "resources/require.php";
require_once "resources/footer.php";
?>