Update message after commands.

This commit is contained in:
Ceda EI 2018-07-01 16:13:07 +05:30
parent f718e3747d
commit 08bc8d02a6
1 changed files with 2 additions and 0 deletions

View File

@ -93,6 +93,7 @@ function add_requirement() {
$stmt->execute();
$conn->close();
send_html("Added to requirements");
get_updated_req();
}
function deposit(){
@ -110,6 +111,7 @@ function deposit(){
$stmt->execute();
$conn->close();
send_html("Deposited!");
get_updated_req();
}
function get_updated_req() {