Changeset 3702 in subversion
- Timestamp:
- Jun 3, 2010 4:09:46 AM (3 years ago)
- Location:
- trunk/roundcubemail/installer
- Files:
-
- 2 edited
-
rcube_install.php (modified) (1 diff)
-
test.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/installer/rcube_install.php
r3556 r3702 467 467 foreach ($default_hosts as $key => $name) { 468 468 if (!empty($name)) 469 $out[] = is_numeric($key) ? $name : $key;469 $out[] = rcube_parse_host(is_numeric($key) ? $name : $key); 470 470 } 471 471 -
trunk/roundcubemail/installer/test.php
r3667 r3702 215 215 216 216 <p> 217 Server: <?php echo $RCI->getprop('smtp_server', 'PHP mail()'); ?><br />217 Server: <?php echo rcube_parse_host($RCI->getprop('smtp_server', 'PHP mail()')); ?><br /> 218 218 Port: <?php echo $RCI->getprop('smtp_port'); ?><br /> 219 219
Note: See TracChangeset
for help on using the changeset viewer.
