diff options
author | arf20 <aruizfernandez05@gmail.com> | 2024-04-09 16:56:25 +0200 |
---|---|---|
committer | arf20 <aruizfernandez05@gmail.com> | 2024-04-09 16:56:25 +0200 |
commit | 1bda0627aa114fcc1f455dabc313dae7a712465e (patch) | |
tree | 46b70decc72932bb44256de477086ff9ee7064f8 /verify.php | |
parent | 2de0e2a476eef0a48758cbb408d49008328af9c5 (diff) | |
download | arfnet2-cstims-1bda0627aa114fcc1f455dabc313dae7a712465e.tar.gz arfnet2-cstims-1bda0627aa114fcc1f455dabc313dae7a712465e.zip |
Missed another one
Diffstat (limited to 'verify.php')
-rw-r--r-- | verify.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |