summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2004-12-12 20:05:38 +0000
committerScott Ullrich <sullrich@pfsense.org>2004-12-12 20:05:38 +0000
commita7f908dbec43e9764b084ddd8c066f0de8ecc28a (patch)
treea5ab69fe0683e358e40d382a6d975f5f01119420 /usr/local/www/pkg_mgr.php
parentee5fdafc63cae1e5149f9802f2cf3db88cb5ed10 (diff)
downloadpfsense-a7f908dbec43e9764b084ddd8c066f0de8ecc28a.zip
pfsense-a7f908dbec43e9764b084ddd8c066f0de8ecc28a.tar.gz
* Add pkg.php which will parse the package xml file and present an interface (see http://www.pfsense.com/screens/pkg.JPG )
* Correct behavior of pkg_mgr.php when multiple packages are included * Other minor cleanups
Diffstat (limited to 'usr/local/www/pkg_mgr.php')
-rwxr-xr-xusr/local/www/pkg_mgr.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/usr/local/www/pkg_mgr.php b/usr/local/www/pkg_mgr.php
index d496450..2610346 100755
--- a/usr/local/www/pkg_mgr.php
+++ b/usr/local/www/pkg_mgr.php
@@ -5,10 +5,6 @@
Copyright (C) 2004 Scott Ullrich
All rights reserved.
- originally part of m0n0wall (http://m0n0.ch/wall)
- Copyright (C) 2003-2004 Manuel Kasper <mk@neon1.net>.
- All rights reserved.
-
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
@@ -130,10 +126,8 @@ if(!$pkg_config['packages']) {
</td>
<td valign="middle" class="list" nowrap>
<a onclick="return confirm('Do you really want to install this package?')" href="pkg_mgr_install.php?id=<?=$i;?>"><img src="plus.gif" width="17" height="17" border="0"></a>
-
</td>
</tr>
-
<?php
$i++;
}
@@ -151,5 +145,5 @@ if(!$pkg_config['packages']) {
</body>
</html>
-<?php mwexec("rm /tmp/pkg_config.xml"); ?>
+
OpenPOWER on IntegriCloud