Fixed Alerts

This commit is contained in:
johnny@pittpc.com
2019-08-25 00:09:40 -04:00
parent 4e6e6a5d6a
commit ec2f9f02f1
6 changed files with 11 additions and 11 deletions

View File

@@ -30,9 +30,6 @@
include("get_settings.php");
$_SESSION['alert_message'] = '';
$_SESSION['alert_type'] = "warning";
//Detects if using an apple device and uses apple maps instead of google
$iPod = stripos($_SERVER['HTTP_USER_AGENT'],"iPod");
$iPhone = stripos($_SERVER['HTTP_USER_AGENT'],"iPhone");