mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-07-09 07:17:32 +00:00
Clean up check.php
This commit is contained in:
parent
208191d11a
commit
692629af09
@ -8,7 +8,6 @@ if (isset($_POST['name'], $_POST['table'])) {
|
||||
}
|
||||
require './includes/page.php';
|
||||
$page = new Page();
|
||||
$name = $_POST['name'];
|
||||
|
||||
$stmt = $page->conn->prepare("SELECT name,uuid FROM " . $page->settings->table_history . " WHERE name=? ORDER BY date LIMIT 1");
|
||||
if ($stmt->execute(array($name))) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user