Skip to content

Commit 4002753

Browse files
committed
alertify
1 parent f417a1c commit 4002753

259 files changed

Lines changed: 6164 additions & 589 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

action-data.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,11 @@ function month($date){
118118
$result = mysqli_query($conn, $sql);
119119

120120
$output['msg'] = "Success Added";
121+
$output['success'] = "Success";
121122
}
122123
else{
123124
$output['msg'] = "You Need to register First";
125+
$output['error'] = "Error";
124126
}
125127
echo json_encode($output);
126128

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)