Scott Ullrich
b49448acd9
Update a few (C)
2005-01-10 06:24:02 +00:00
Scott Ullrich
f9a91638b3
Add new custom_php_command_before_form directive which is handy to setup function evals that can be hooked into throughout the life of a package
2005-01-05 01:07:19 +00:00
Scott Ullrich
a28c8b5979
Correct package header name
2004-12-29 00:37:35 +00:00
Scott Ullrich
e55a0a2556
Make sure item is array before traversing.
2004-12-23 00:16:19 +00:00
Scott Ullrich
65dd1ea396
Stray a.
2004-12-22 00:26:53 +00:00
Scott Ullrich
3a35ed1933
Dont delete pkg* here, delete in pkg_mgr only.
2004-12-22 00:25:49 +00:00
Scott Ullrich
090d69c082
Remove package manifest after usage forcing fresh package listing each time you enter packaage manager.
2004-12-21 18:50:16 +00:00
Scott Ullrich
116b51148c
Remove package manifest after usage forcing fresh package listing each time you enter packaage manager.
2004-12-21 18:47:13 +00:00
Scott Ullrich
3eaeb70338
Changes for nmap and packages that do not require anything to be saved.
2004-12-21 18:03:50 +00:00
Scott Ullrich
0bb335f43c
document the new xml variable setting routine
2004-12-21 01:49:43 +00:00
Scott Ullrich
e3c4b6b767
Finish packaging storage mechanism. Upon package deletin the package manager will loop through the variables and set them so that you can invoke commands such as system("pw userdel " . $username); from the xml configuration file.
2004-12-21 01:46:29 +00:00
Scott Ullrich
d47013e119
Say hello to the pkg_edit.php automated gui creation utility!
...
http://www.pfsense.com/screens/pkg_mgr.JPG
http://www.pfsense.com/screens/pkg_edit.JPG
2004-12-13 00:58:59 +00:00
Scott Ullrich
859329c867
* converted return_menu to return_ext_menu in fbegin.inc.
...
* fixed interfaces left menu from not displaying additional interfaces by saving and restoring config value.
* equipped edit.php with the pfSense theme so it looks uniform
2004-12-12 20:25:24 +00:00
Scott Ullrich
a7f908dbec
* 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
2004-12-12 20:05:38 +00:00