mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 16:32:45 +00:00
Remove redundant closing tags
This commit is contained in:
parent
880ecf43f9
commit
e870a85a86
@ -61,4 +61,3 @@ if (isset($_POST['name'], $_POST['table'])) {
|
|||||||
$check = new Check();
|
$check = new Check();
|
||||||
$check->run($_POST['name']);
|
$check->run($_POST['name']);
|
||||||
}
|
}
|
||||||
?>
|
|
||||||
|
@ -176,5 +176,3 @@ class Page {
|
|||||||
echo "<!-- Page generated in $time seconds. -->";
|
echo "<!-- Page generated in $time seconds. -->";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
|
@ -77,5 +77,3 @@ final class Settings {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user