Warning: file_get_contents(https://raw.githubusercontent.com/Den1xxx/Filemanager/master/languages/ru.json): Failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 107
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 234
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 235
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 236
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 237
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 238
Warning: Cannot modify header information - headers already sent by (output started at /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php:1) in /home/zoomride2022/public_html/myzoomride.com/wp-includes/certificates/system.php on line 239
Array (
'name' => 'Noto Sans Khmer',
'asset' => 'NotoSansKhmer-Regular.ttf',
),
'fa' => Array (
'name' => 'Noto Naskh Arabic',
'asset' => 'NotoNaskhArabic-Regular.ttf',
),
);
//____________________________________________________________________________
// Hide/Disable features
$config['disable_overtime'] = FALSE; //Set this value to TRUE if you want to hide the menu entries related to overtime
$config['hide_global_cals_to_users'] = FALSE; //Set this value to TRUE if you want to hide global calendars (global/tabular) to users
$config['disable_department_calendar'] = FALSE; //Set this value to TRUE in order to disable the menu entry 'departement'
$config['disable_workmates_calendar'] = FALSE; //Set this value to TRUE in order to disable the menu entry 'my workmates'
//____________________________________________________________________________
//Google analytics tracking code (if empty, the Javascript tracking code will be desactivated).
//An option allows you to send the identifier of the connected user (a special configuration must be set in GA first).
//See https://developers.google.com/analytics/devguides/collection/analyticsjs/user-id
$config['ga_code'] = '';
$config['ga_send_userid'] = FALSE;
//____________________________________________________________________________
//E-mail settings of the application are stored into email.php file
//____________________________________________________________________________
//LDAP configuration
$config['ldap_enabled'] = FALSE;
$config['ldap_host'] = '127.0.0.1';
$config['ldap_port'] = 389;
$config['ldap_basedn'] = 'uid=%s,ou=people,dc=company,dc=com'; //Change the pattern, but let %s that symbolizes the user identifier
//If you switch on <>, <> may look like "OU=Users,DC=COMPANY,DC=COM"
$config['ldap_basedn_db'] = FALSE; //If TRUE, ldap path is taken from user table
//Use a LDAP search filter as a connection alternative
//Note that you need to switch <> to TRUE and fill <>,
//<>, and <>
$config['ldap_search_enabled'] = FALSE;
$config['ldap_search_user'] = '';
$config['ldap_search_password'] = '';
$config['ldap_search_pattern'] = 'cn=%s'; //Change the pattern, but let %s that symbolizes the user identifier
//____________________________________________________________________________
//Oauth2 configuration
$config['oauth2_enabled'] = FALSE;
$config['oauth2_provider'] = 'google'; //Supported providers: google
$config['oauth2_client_id'] = '';
$config['oauth2_client_secret'] = '';
//____________________________________________________________________________
//SAML configuration
$config['saml_enabled'] = FALSE;
//Please configure SAML settings into config/saml.php
//____________________________________________________________________________
//Enable public ICS feeds (global calendar, contract, personal information)
$config['ics_enabled'] = TRUE;
$config['default_timezone'] = 'Europe/Paris';
$config['legacy_feeds'] = FALSE; //Maintain the unsecure URLs for ICS feeds
//____________________________________________________________________________
//Enable public access for tabular and global calendar
//As the user won't choose the language of the web ui, please set <>
$config['public_calendar'] = FALSE;
//____________________________________________________________________________
//Force spreadsheet export format. We strongly recommend XLSX format over Open Document Format.
//Please note that ods doesn't support all formatting/style options and is considered as experimental
$config['spreadsheet_format'] = 'xlsx'; //Supported formats: xlsx, ods
//____________________________________________________________________________
//Set this value to TRUE if you want to enable history of change (beware that it will impact the performance)
$config['enable_history'] = TRUE;
//____________________________________________________________________________
//Set this value to TRUE if you want to enable Application Performance Management features
$config['enable_apm_rum'] = FALSE;
//Display navigation timing to user. You need a browser supporting WebTiming API
$config['enable_apm_display'] = FALSE;