mirror of
https://github.com/devcode-it/openstamanager.git
synced 2025-06-05 22:09:38 +02:00
Fix per chiamate https api google
This commit is contained in:
@@ -9,7 +9,7 @@ $google = Settings::get('Google Maps API key');
|
||||
|
||||
if (!empty($google)) {
|
||||
echo '
|
||||
<script src="http://maps.googleapis.com/maps/api/js?libraries=places&key='.$google.'"></script>';
|
||||
<script src="//maps.googleapis.com/maps/api/js?libraries=places&key='.$google.'"></script>';
|
||||
}
|
||||
|
||||
if (!$cliente) {
|
||||
|
@@ -7,7 +7,7 @@ $google = Settings::get('Google Maps API key');
|
||||
/*
|
||||
if (!empty($google)) {
|
||||
echo '
|
||||
<script src="http://maps.googleapis.com/maps/api/js?libraries=places&key='.$google.'"></script>';
|
||||
<script src="//maps.googleapis.com/maps/api/js?libraries=places&key='.$google.'"></script>';
|
||||
}
|
||||
*/
|
||||
|
||||
|
Reference in New Issue
Block a user