mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-05-03 20:59:20 +02:00
Fix #147
This commit is contained in:
parent
d1b3226bc4
commit
dac911e1d9
@ -35,8 +35,6 @@ if (empty($_POST) === false) {
|
||||
} else {
|
||||
$errors[] = 'Your current password is incorrect.';
|
||||
}
|
||||
|
||||
print_r($errors);
|
||||
}
|
||||
|
||||
include 'layout/overall/header.php'; ?>
|
||||
|
@ -24,8 +24,6 @@ if (empty($_POST) === false) {
|
||||
$errors[] = 'That email address is already in use.';
|
||||
}
|
||||
}
|
||||
|
||||
print_r($errors);
|
||||
}
|
||||
?>
|
||||
<h1>Settings</h1>
|
||||
|
Loading…
x
Reference in New Issue
Block a user