summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_wol.php
Commit message (Collapse)AuthorAgeFilesLines
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-141-7/+10
| | | | include 2009 on files that I have asserted (C) on
* Added checks to wol command execution to make it more obvious when the ↵stompro2009-09-111-5/+15
| | | | | | | | | | | script fails. If the wol command returns with anything other than 0, alert the user that the command failed, and that they should look at the system log to find out why the command failed. I'm adding this out of frustration with the fact that the wol command hasn't been included at all in recent snapshots, and because the webgui doesn't give any indication of the command not working, it took much longer for me to figure out why it wasn't working. I hope this can save someone else time.
* Fixes error that comes up when wake all is used.stompro2009-09-111-1/+1
| | | | | This error was coming up when wake all was used from the services WOL page. "Fatal error: Function name must be a string in /usr/local/www/services_wol.php on line 53"
* Clear guiconfig from all sort junk functions and put them on the specific ↵Ermal Luçi2009-06-301-1/+0
| | | | | | pages where they are needed. Remove some sort functions not used.
* * Hide interfaces internals to other code and use the propper interfaces.Ermal Luçi2009-03-301-4/+4
| | | | | | | Basically use get_interface*() functions instead of accessing fields like 'ipaddr'/'descr' etc... * Make get_interfaces_with_gateway less heavyweight by getting information from the configuration stored in config.xml * Some other missed custom interface list building and substituing with propper get_configured_interface*() NOTE: This should give indipendce on dynamic interfaces on some services that before could not be used on top of this type of interfaces.
* Cleanup form a bit.Scott Ullrich2008-11-111-7/+13
|
* * Rename link_int_to_bridge_interface to link_interface_to_bridgeErmal Luçi2008-11-071-1/+1
| | | | * Create two new function link_interface_to_{gif,gre}
* Do not hard code whiteScott Ullrich2008-10-121-1/+1
|
* Fix detection if an interface is part of bridge.Ermal Luçi2008-08-311-1/+1
|
* Rewrite the pfsense privilege system with the following goals in mind ...Matthew Grooms2008-08-011-0/+8
| | | | | | | | 1) Redefine page privileges to not use static urls 2) Accurate generation of privilege definitions from source 3) Merging the user and group privileges into a single set 4) Allow any privilege to be added to users or groups w/ inheritance 5) Cleaning up the related WebUI pages
* Continue interface improvementsErmal Luçi2008-06-211-10/+2
|
* Do not show LAN interface when it is not present.Scott Ullrich2008-02-091-9/+13
|
* Switch over to array style page titles. Obtained-from: m0n0wallScott Ullrich2007-11-161-2/+1
|
* Fixing css layoutSeth Mos2007-09-011-2/+2
|
* Add a plus button on the top header of these pages.Seth Mos2007-05-081-7/+11
| | | | This to make it easier on large configurations.
* Remove #!/usr/local/bin/phpScott Ullrich2006-01-021-1/+0
|
* Correctly wake all clientsScott Ullrich2005-12-091-13/+13
|
* inserted wol-all-icon, dedicated to sadara ;-)Holger Bauer2005-08-171-2/+6
|
* Wake all clientsScott Ullrich2005-08-161-1/+17
| | | | Ticket #360
* * Add ascii art from holgerScott Ullrich2005-07-301-1/+1
| | | | * Add base services to status -> services menu
* updating files to use theme imagesErik Kristensen2005-07-211-3/+3
| | | | | removing images from /usr/local/www adding specific images into the correct theme directories
* Use $pgtitleBill Marquette2005-07-031-1/+1
| | | | small code cleanups
* include head.inc and round corners on tabsScott Ullrich2005-07-021-7/+4
|
* normalize MAC addressesBill Marquette2005-04-141-2/+6
|
* doubleclick to editBill Marquette2005-04-121-3/+3
|
* icon placementBill Marquette2005-04-041-6/+18
|
* Add $Id$ tagBill Marquette2005-03-271-0/+1
|
* Convert description font color to whiteScott Ullrich2004-11-191-9/+9
|
* Initial revisionScott Ullrich2004-11-071-0/+162
OpenPOWER on IntegriCloud