From 1bda0627aa114fcc1f455dabc313dae7a712465e Mon Sep 17 00:00:00 2001 From: arf20 Date: Tue, 9 Apr 2024 16:56:25 +0200 Subject: Missed another one --- verify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'verify.php') diff --git a/verify.php b/verify.php index 92ca4f7..a6e1ad1 100644 --- a/verify.php +++ b/verify.php @@ -4,7 +4,7 @@ require_once "config.php"; function send_verify_notification($username) { - global $link; + global $link, $mailer; // send admin mail $sql = "SELECT email FROM users WHERE type = 'admin'"; $stmt = mysqli_prepare($link, $sql); -- cgit v1.2.3