Code cleanup.

This commit is contained in:
Nate Jones
2015-02-15 08:46:20 +00:00
parent 2a6e9dfbff
commit d96f016ea5
27 changed files with 230 additions and 450 deletions
-5
View File
@@ -71,9 +71,6 @@ if (permission_exists('log_download')) {
require_once "resources/header.php";
echo "<br />\n";
echo "<div align='center'>\n";
echo "<table width='100%' cellpadding='0' cellspacing='0' border='0'>\n";
echo " <tr>\n";
echo " <td align=\"left\" valign='middle' width='100%' style='padding-right: 15px;' nowrap>\n";
@@ -281,8 +278,6 @@ if (permission_exists('log_view')) {
echo " </td>";
echo " </tr>\n";
echo "</table>\n";
echo "</div>\n";
require_once "resources/footer.php";
?>