Changeset 058eb6c in github


Ignore:
Timestamp:
Jun 3, 2010 4:09:46 AM (3 years ago)
Author:
alecpl <alec@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
9dd3553
Parents:
bb8721aa
Message:
  • support dynamic hostname variables in config
Location:
installer
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • installer/rcube_install.php

    rf6ee6f4 r058eb6c  
    467467    foreach ($default_hosts as $key => $name) { 
    468468      if (!empty($name)) 
    469         $out[] = is_numeric($key) ? $name : $key; 
     469        $out[] = rcube_parse_host(is_numeric($key) ? $name : $key); 
    470470    } 
    471471     
  • installer/test.php

    r2563619 r058eb6c  
    215215 
    216216<p> 
    217 Server: <?php echo $RCI->getprop('smtp_server', 'PHP mail()'); ?><br /> 
     217Server: <?php echo rcube_parse_host($RCI->getprop('smtp_server', 'PHP mail()')); ?><br /> 
    218218Port: <?php echo $RCI->getprop('smtp_port'); ?><br /> 
    219219 
Note: See TracChangeset for help on using the changeset viewer.