summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-23 17:19:30 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-23 17:19:30 +0000
commit25cbd600ec00bbe62c8eb3a0c3f80a6bfec7fdde (patch)
treefbcd8d0027051806a0b03a62f0577e045369d8c2
parentcaeb3b46705c760e34b82b3dc214817d4363c23f (diff)
downloadpfsense-25cbd600ec00bbe62c8eb3a0c3f80a6bfec7fdde.zip
pfsense-25cbd600ec00bbe62c8eb3a0c3f80a6bfec7fdde.tar.gz
make sure $todo is an array
-rwxr-xr-xusr/local/www/pkg_mgr_install.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/www/pkg_mgr_install.php b/usr/local/www/pkg_mgr_install.php
index 2a3eb24..307edb8 100755
--- a/usr/local/www/pkg_mgr_install.php
+++ b/usr/local/www/pkg_mgr_install.php
@@ -36,6 +36,8 @@ $static_output = "";
$static_status = "";
$sendto = "output";
+$todo = array();
+
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
OpenPOWER on IntegriCloud