mirror of
https://github.com/Znote/ZnoteAAC.git
synced 2025-10-14 02:14:53 +02:00
Fix #147
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user