| 
<?php
 $global_options=array(
 "debug"=>0,
 "locale"=>"en",
 "contact_address"=>"[email protected]",
 "system_name"=>"EZMLM",
 "idioms"=>array(
 "en"=>"English",
 "pt"=>"Português",
 "pt_br"=>"Português do Brasil"
 ),
 "logo_image"=>"",
 "background_color"=>"#D4D5EE",
 "list_odd_rows_color"=>"#DEDFF9",
 "list_even_rows_color"=>"#C9CAF2",
 "list_table_border"=>0,
 "warning_color"=>"#FF8000",
 "tables_color"=>"#C0C0C0",
 "menu_rows_limit"=>10,
 "ezmlm_user"=>"newsletters",
 "ezmlm_user_home"=>"/home/newsletters",
 "ezmlm_hosts"=>array(
 ),
 "ezmlm_path"=>"/usr/bin"
 );
 
 ?>
 |