Database class integration. Add HTML step attribute to Contact Address lat and lon fields to support decimal values.

This commit is contained in:
Nate
2019-07-27 22:51:01 -06:00
parent b07150a01d
commit 60cacf6e4c
12 changed files with 489 additions and 572 deletions
+1
View File
@@ -110,6 +110,7 @@ if ($_SESSION['contact_auth']['source'] == 'google') {
}
else {
message::add($text['message-access_denied'], 'negative');
header("Location: ".$_SESSION['contact_auth']['referer']);
unset($_SESSION['contact_auth']);