resolve some errors in php logic, like strlen with str containing space that is interpreted as array instead of string
This commit is contained in:
13
plug/map_prof/settings/mp_required.php
Normal file
13
plug/map_prof/settings/mp_required.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* les parametres suivants sont necessaires pour le fonctionnement du plugin
|
||||
*/
|
||||
|
||||
/* cle api google maps pour "Maps Javascript API" */
|
||||
$mp_api_key = 'AIzaSyCvdGV2ssD4ov4a9CuIlQhoJyz5gWWiSvE';
|
||||
|
||||
/* cle api google maps pour "Geocoding API" */
|
||||
$mp_api_key_geo = 'AIzaSyAEMZHpMxBQaovU_so_RH7p_pZbjaB2jO8';
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user