Skip to content

Commit ae354ab

Browse files
committed
Improvement on previous commit.
1 parent 8ce7eef commit ae354ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

process.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
'name' => $_POST['Name'],
1414
'msg' => $_POST['Message']
1515
]);
16+
} else {
17+
$Query = false;
1618
}
1719

1820
echo $Query ? 'Working good' : 'Error';

0 commit comments

Comments
 (0)