[setup] Fixed escaping of server name.

This commit is contained in:
Michal Čihař
2010-08-30 17:30:37 +02:00
parent 061b87f11f
commit 73ce5705bd
2 changed files with 2 additions and 1 deletions

View File

@@ -126,7 +126,7 @@ display_form_top('index.php', 'get', array(
<?php foreach ($_SESSION['ConfigFile']['Servers'] as $id => $server): ?>
<tr>
<td><?php echo $id ?></td>
<td><?php echo $cf->getServerName($id) ?></td>
<td><?php echo htmlspecialchars($cf->getServerName($id)) ?></td>
<td><?php echo htmlspecialchars($cf->getValue("Servers/$id/auth_type")) ?></td>
<td><?php echo htmlspecialchars($cf->getServerDSN($id)) ?></td>
<td style="white-space: nowrap">