<?php
///////////////////////////////////////////////////////////////////////////////////////////
///Script PHP/MYSQL of management of classifieds ads developed by Script PAG
///Script PAG all rights reserved. Use under license. http://www.script-pag.com
/////////////////////////////////////////////////////////////////////////////////////////// 

############################################################ 

///////////////////////////////////
//Caching Google API Settings
////////////////////////////////// 
 
$param_api_gg = array(
'activ_gg_map'    			=>	'0',
'gg_map_key'    				=>	'',
'gg_map_default_lat'    		=>	'',
'gg_map_default_long'    		=>	'',
'activ_gg_recaptcha'   		=>	'0',
'gg_recaptcha_site_key'    	=>	'',
'gg_recaptcha_secret_key'    	=>	'',
'analytics_gg_script'    		=>	'',
);