diff --git a/check.php b/check.php index be8dd5b..77f4cd3 100644 --- a/check.php +++ b/check.php @@ -61,4 +61,3 @@ if (isset($_POST['name'], $_POST['table'])) { $check = new Check(); $check->run($_POST['name']); } -?> diff --git a/includes/page.php b/includes/page.php index 4f54841..a30b0ce 100644 --- a/includes/page.php +++ b/includes/page.php @@ -176,5 +176,3 @@ class Page { echo ""; } } - -?> diff --git a/includes/settings.php b/includes/settings.php index 9c74b76..59be0b2 100644 --- a/includes/settings.php +++ b/includes/settings.php @@ -77,5 +77,3 @@ final class Settings { } } } - -?>