File "uaf_config.php"

Full Path: /home/arielcor/public_html/wp-content/uploads/useanyfont/includes/uaf_config.php
File size: 1.27 KB
MIME-type: text/x-php
Charset: utf-8

<?php
if ( ! defined( 'ABSPATH' ) ) exit; 

$GLOBALS['uaf_current_version']				= '6.0.4';


$GLOBALS['uaf_fix_settings'] 				= array(
													'allowedFontFormats' 	=> array ('ttf','otf','woff'),
													'allowedFontSize'		=> 25, // IN MB
													'serverUrl'				=> array(
																					'default' => 'https://server2.dnesscarkey.org',
																					'alternative' => 'https://server3.dnesscarkey.org'
																				),
													'supported_multi_lang_plugins' => array(
																					'polylang/polylang.php', // POLYLANG
																					'polylang-pro/polylang.php', // POLYLANG PRO
																					'sitepress-multilingual-cms/sitepress.php' //WPML
																						)

													);


$GLOBALS['uaf_user_settings'] 				= array(															
													'uaf_api_key'					=> '',
													'uaf_server_url_type'			=> 'default',
													'uaf_activated_url'				=> '',
													'uaf_site_url'					=> '',
													'uaf_uploader_type'				=> 'js', // js or php (all small)
													'uaf_font_display_property' 	=> 'auto',
													'uaf_enable_multi_lang_support' => '0',
													'uaf_disbale_editor_font_list'	=> '0',
													'uaf_use_absolute_font_path'	=> '0'
												);
?>