summaryrefslogtreecommitdiffstats
path: root/usr/local/www/guiconfig.inc
Commit message (Collapse)AuthorAgeFilesLines
* Add $d_pppoeuserdirty_path to globalsScott Ullrich2005-07-311-0/+1
|
* Add pppoe_users_sort()Scott Ullrich2005-07-311-0/+10
|
* move IP TOS and TCP FLAGS to globals.inc now that filter_reconfigureBill Marquette2005-07-241-6/+0
| | | | might be run outside of the gui
* Move theme selection to guiconfig.inc.Colin Smith2005-07-211-1/+10
|
* just a few modificationsErik Kristensen2005-07-211-0/+2
|
* updating files to use theme imagesErik Kristensen2005-07-211-2/+2
| | | | | removing images from /usr/local/www adding specific images into the correct theme directories
* Add Dynamic DNS to allowed identifiersScott Ullrich2005-07-151-4/+5
|
* Merge in virtual IP codeBill Marquette2005-07-131-1/+2
| | | | | | | | | This changeset does the following: merges proxy arp and carp setup menus removes proxy arp menu from left side upgrades config file from 1.7 to 1.8 moves existing carp virtual IP and proxy arp config to new <virtualip> tag removes server NAT (why duplicate work?)
* Code cleanupBill Marquette2005-07-041-3/+3
|
* <br> after informational messagesScott Ullrich2005-07-041-0/+1
|
* Remoive <br>Scott Ullrich2005-07-031-1/+0
|
* Only show apply changes button if apply is in the message.Scott Ullrich2005-07-031-3/+5
|
* Consolidate Apply changes button into the info box on the right hand sideScott Ullrich2005-07-031-4/+9
|
* Break msg into its own table to protect from wrapping under iconScott Ullrich2005-07-031-11/+13
|
* Move image to the right some more.Scott Ullrich2005-07-021-1/+1
|
* Cleanup alert message.Scott Ullrich2005-07-021-5/+15
|
* * Set $d_hostsdirty_path in guiconfig.incScott Ullrich2005-06-301-0/+1
| | | | * Turn back on checking of $d_hostsdirty_path
* Merge IPsec defines from m0n0wallScott Ullrich2005-06-221-5/+6
|
* add ipsec_ca_sort()Scott Ullrich2005-06-221-1/+11
|
* Restore guiconfig.inc and remove comonly used functions.Scott Ullrich2005-06-221-10/+72
| | | | Somehow I forgot we already cleaned up this mess.
* sync w/ m0n0wallScott Ullrich2005-06-211-73/+1
|
* Import ipsec_ca_sort() from m0n0wallScott Ullrich2005-06-211-0/+10
|
* Reorder tcpflags in a more logical fashion that is for loop safeScott Ullrich2005-06-211-1/+1
|
* Initial commit of dnsmasq domain overridesScott Ullrich2005-06-141-1/+1
| | | | | | | | Submitted-to-m0n0wall-dev-by: Joe Suhre The patch adds the ability to make use of dnsmasq's --server=/domain/auth_server ARG in order to force queries for domain to a specific dns server rather then doing a full recursive query
* Don't remove preg_grep just yet.Colin Smith2005-06-111-1/+13
|
* Remove package handling from dump_clog.Colin Smith2005-06-111-26/+1
|
* Require pkg-utils.inc instead of xmlparse_pkg (and make it exclusive to ↵Colin Smith2005-06-061-3/+2
| | | | dump_clog instead of global).
* add require_once("pkg-utils.inc");Scott Ullrich2005-06-061-0/+2
|
* Don't use the package parser anymore.Colin Smith2005-06-061-1/+1
|
* corrected slight color mismatchHolger Bauer2005-06-011-1/+1
|
* Remove cURL functions.Colin Smith2005-05-301-102/+0
|
* Force package installation, even if dependency installation fails. This ↵Colin Smith2005-05-251-1/+1
| | | | addresses ticket (#100), but is a bit ugly.
* Authentication is now PHP basedBill Marquette2005-05-161-0/+4
|
* Remove more duplicate codeBill Marquette2005-05-151-0/+9
|
* Remove duplicate codeBill Marquette2005-05-151-0/+64
|
* Add support for <exclude_dependency>.Colin Smith2005-05-021-1/+3
|
* Don't attempt to get errors from the cURL handle after it's closed.Colin Smith2005-04-271-5/+0
|
* Always ignore packages.Colin Smith2005-04-271-5/+1
|
* Add an option to ignore package log entries. This has the convenient side ↵Colin Smith2005-04-271-5/+19
| | | | effect of moving package installation and deletion messages to the package log page (if it's defined) while moving them back to the main log page upon deinstallation.
* Fix formatting.Colin Smith2005-04-231-1/+1
|
* Fix package installation.Colin Smith2005-04-231-8/+18
|
* Use packages-5.4-release as our default package location, at least until I ↵Colin Smith2005-04-221-1/+1
| | | | can find a better way to determine where exactly we should be fetching a particular depend from.
* Don't forget the closing }.Colin Smith2005-04-221-0/+1
|
* Log all dependencies found but already installed.Colin Smith2005-04-221-1/+4
|
* Do not set lastseen to -1 each timeScott Ullrich2005-04-201-1/+2
|
* Do not report progress past 100%Scott Ullrich2005-04-201-1/+1
|
* $lastseen should be a global variableScott Ullrich2005-04-201-1/+1
|
* Only send javascript update messages when the percentage changes. This ↵Scott Ullrich2005-04-191-14/+8
| | | | avoids sending the clients firefox utilization to 100%
* Redirect stderr to stdout.Colin Smith2005-04-121-1/+1
|
* Clean up print_r().Colin Smith2005-04-121-1/+1
|
OpenPOWER on IntegriCloud