summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-08-30 03:50:32 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-08-30 03:50:32 +0000
commitf47e0c8af71525e0518893f8c6aea6b08bbaa86c (patch)
tree930fb5097fb8376af40d349941697e7548c71fdf
parentb3277798e5f6f3e02468f58e315e37362d932d02 (diff)
downloadpfsense-f47e0c8af71525e0518893f8c6aea6b08bbaa86c.zip
pfsense-f47e0c8af71525e0518893f8c6aea6b08bbaa86c.tar.gz
Initialize string
-rwxr-xr-xusr/local/www/diag_backup.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/diag_backup.php b/usr/local/www/diag_backup.php
index 22494a4..3942f73 100755
--- a/usr/local/www/diag_backup.php
+++ b/usr/local/www/diag_backup.php
@@ -60,7 +60,7 @@ function check_and_returnif_section_exists($section) {
function spit_out_select_items($area) {
global $config;
-
+
$areas = array("aliases" => "Aliases",
"shaper" => "Traffic Shaper",
"filter" => "Firewall Rules",
@@ -76,7 +76,7 @@ function spit_out_select_items($area) {
"staticroutes" => "Static routes"
);
- $select .= "<select name=\"{$area}\">\n";
+ $select = "<select name=\"{$area}\">\n";
$select .= "<option VALUE=\"\">ALL</option>";
foreach($areas as $area => $areaname)
OpenPOWER on IntegriCloud