diff options
author | Ermal Luçi <eri@pfsense.org> | 2008-09-09 21:25:32 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2008-09-09 21:25:32 +0000 |
commit | f20f946167b92166499f31a29e17c4325613ae62 (patch) | |
tree | bbf141e479f3b8375d9843279c346fbdabf8a703 | |
parent | b9ed163dc5aeab0acedc038f6ebc8bfcd7a7dcdf (diff) | |
download | pfsense-f20f946167b92166499f31a29e17c4325613ae62.zip pfsense-f20f946167b92166499f31a29e17c4325613ae62.tar.gz |
Add missing quote char.
-rwxr-xr-x | usr/local/www/load_balancer_pool.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/load_balancer_pool.php b/usr/local/www/load_balancer_pool.php index 66b4cb7..50a5903 100755 --- a/usr/local/www/load_balancer_pool.php +++ b/usr/local/www/load_balancer_pool.php @@ -92,7 +92,7 @@ for ($i = 0; isset($config['load_balancer']['lbpool'][$i]); $i++) { $a_pool[$i]['monitor'] = "<a href=\"/load_balancer_monitor_edit.php?id={$mondex[$a_pool[$i]['monitor']]}\">{$a_pool[$i]['monitor']}</a>"; } -$pgtitle = array(Services", "Load Balancer","Pool"); +$pgtitle = array("Services", "Load Balancer","Pool"); include("head.inc"); ?> |