Update reset.php
authorPatrick McGuire <insidenothing@gmail.com>
Tue, 16 Jun 2020 19:45:27 +0000 (15:45 -0400)
committerGitHub <noreply@github.com>
Tue, 16 Jun 2020 19:45:27 +0000 (15:45 -0400)
admin/reset.php

index a2a823a..7979dd1 100644 (file)
@@ -17,7 +17,7 @@ if(isset($_POST['email'])){
           meps_mail($email,$body,$subject);
           $petition->query("update users set pass = '$encrypted' WHERE email = '$email'");
           echo "<h1>Your Password has been Sent.</h1>";
-         slack_general_admin('DEBUG: $body','md-petition-signed');
+         slack_general_admin('DEBUG: '.$body,'md-petition-signed');
         }else{
           echo "<h1>E-Mail address not found.</h1>";
          slack_general('ADMIN: Reset- E-Mail address not found','md-petition');