Fixes #423 remove extra call to load DB functions

merge-requests/3/head
Mike Koch 9 years ago
parent d6956c9e06
commit 4a87f9e74b

@ -172,7 +172,6 @@ elseif (isset($_GET['h'])) {
$hash = preg_replace('/[^a-zA-Z0-9]/', '', $_GET['h']);
// Connect to database
hesk_load_database_functions();
hesk_dbConnect();
// Expire verification hashes older than 2 hours

Loading…
Cancel
Save