mirror of
				https://gitlab.com/ruany/litebans-php.git
				synced 2025-10-30 14:32:25 +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'; |     require './includes/page.php'; | ||||||
|     $page = new Page(); |     $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"); |     $stmt = $page->conn->prepare("SELECT name,uuid FROM " . $page->settings->table_history . " WHERE name=? ORDER BY date LIMIT 1"); | ||||||
|     if ($stmt->execute(array($name))) { |     if ($stmt->execute(array($name))) { | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Ruan
						Ruan