Ignore:
Timestamp:
09/20/07 08:37:48 (17 years ago)
Author:
niltonneto
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/expressoMail1_2/index.php

    r69 r70  
    6060        $GLOBALS['phpgw']->common->phpgw_footer(); 
    6161     
    62         _debug_array($_GLOBALS['phpgw_info']['server']); 
     62    // Loading Admin Config Module 
    6363    $c = CreateObject('phpgwapi.config','expressoMail1_2'); 
    6464    $c->read_repository(); 
    6565    $current_config = $c->config_data; 
     66    // Begin Set Anti-Spam options. 
    6667    $_SESSION['phpgw_info']['server']['expressomail']['expressoMail_command_for_ham'] = $current_config['expressoMail_command_for_ham']; 
    6768    $_SESSION['phpgw_info']['server']['expressomail']['expressoMail_command_for_spam'] = $current_config['expressoMail_command_for_spam']; 
    68     $_SESSION['phpgw_info']['server']['expressomail']['expressoMail_use_spam_filter'] = $current_config['expressoMail_use_spam_filter']; 
     69    $_SESSION['phpgw_info']['server']['expressomail']['expressoMail_use_spam_filter'] = $current_config['expressoMail_use_spam_filter'];    
    6970    echo '<script> var use_spam_filter = \''.$current_config['expressoMail_use_spam_filter'].'\' </script>'; 
     71        // End Set Anti-Spam options. 
    7072 
    7173        $obj = createobject("expressoMail1_2.functions"); 
Note: See TracChangeset for help on using the changeset viewer.