| Current Path : /var/www/homesaver/www/bitrix/modules/webdebug.excel/ |
| Current File : /var/www/homesaver/www/bitrix/modules/webdebug.excel/default_option.php |
<?
$webdebug_excel_default_option = array(
'popup_width' => '500',
'popup_height' => '400',
'popup2_width' => '800',
'popup2_height' => '350',
'data_file_ext' => 'dat',
'show_property_type' => 'Y',
'use_own_translit' => 'N',
'show_inactive_sections' => 'N',
'log_errors' => 'Y',
'log_filename' => '/upload/webdebug_excel_log_'.COption::GetOptionString('main','server_uniq_id').'.txt',
'images_timeout' => '3',
'files_timeout' => '10',
'code_unique_symbols' => '---',
'delete_directories_after' => '2',
'sheets_use_hash' => 'Y',
'search_images_in_path' => 'N',
'search_images_recursive' => 'N',
);
?>