]> jfr.im git - irc/unrealircd/unrealircd-webpanel-plugins.git/commitdiff
Update mail-settings.php
authorValerie Pond <redacted>
Tue, 27 Jun 2023 05:28:37 +0000 (06:28 +0100)
committerValerie Pond <redacted>
Tue, 27 Jun 2023 05:28:37 +0000 (06:28 +0100)
php_mailer/mail-settings.php

index 21b4443cabfeb3932d99d16592a2ddba8dc83e2c..f4d4a77592b9f8998b832ab520f21e95cab8fc71 100644 (file)
@@ -8,9 +8,10 @@ if (!current_user_can(PERMISSION_MANAGE_PLUGINS))
        require_once "../../inc/footer.php";
        die();
 }
+global $config;
 foreach($_POST as $key => $value)
 {
-       var_dump("duck",$key,$value);
+       var_dump("fish",$key,$value);
        if ($key == "fromEmail")
                $config['smtp']["username"];
        elseif ($key == "smtpPass")