Changeset 3702 in subversion for trunk/roundcubemail/installer/test.php


Ignore:
Timestamp:
Jun 3, 2010 4:09:46 AM (3 years ago)
Author:
alec
Message:
  • support dynamic hostname variables in config
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/installer/test.php

    r3667 r3702  
    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.