Remove redundant closing tags

This commit is contained in:
ruan 2015-09-02 12:11:17 +02:00
parent 880ecf43f9
commit e870a85a86
3 changed files with 0 additions and 5 deletions

View File

@ -61,4 +61,3 @@ if (isset($_POST['name'], $_POST['table'])) {
$check = new Check();
$check->run($_POST['name']);
}
?>

View File

@ -176,5 +176,3 @@ class Page {
echo "<!-- Page generated in $time seconds. -->";
}
}
?>

View File

@ -77,5 +77,3 @@ final class Settings {
}
}
}
?>