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