From 2a7f1b59b5ee3e4a7f65a7dfbd5cacc7a717becb Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Wed, 8 Aug 2018 12:22:38 -1000 Subject: [PATCH] I forget what I changed here :( --- preferences.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preferences.php b/preferences.php index 3b053c8..cdb9cb2 100644 --- a/preferences.php +++ b/preferences.php @@ -6,7 +6,7 @@ if (!empty($_POST['useremail'])) { //this section contains code to update the users e-mail address, maybe via an include? include_once ('includes/update-email.php'); } -echo '

Change e-mail and / or password

'; +echo '

Change e-mail or password

'; // listing all session variables currently set for debugging purposes echo '
';