Changeset 058eb6c in github
- Timestamp:
- Jun 3, 2010 4:09:46 AM (3 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 9dd3553
- Parents:
- bb8721aa
- Location:
- installer
- Files:
-
- 2 edited
-
rcube_install.php (modified) (1 diff)
-
test.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
installer/rcube_install.php
rf6ee6f4 r058eb6c 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 -
installer/test.php
r2563619 r058eb6c 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.
