diff --git a/changepassword.php b/changepassword.php index 8616bfd..0027d5c 100644 --- a/changepassword.php +++ b/changepassword.php @@ -35,8 +35,6 @@ if (empty($_POST) === false) { } else { $errors[] = 'Your current password is incorrect.'; } - - print_r($errors); } include 'layout/overall/header.php'; ?> diff --git a/settings.php b/settings.php index 82c6e81..89b266a 100644 --- a/settings.php +++ b/settings.php @@ -24,8 +24,6 @@ if (empty($_POST) === false) { $errors[] = 'That email address is already in use.'; } } - - print_r($errors); } ?>

Settings