summaryrefslogtreecommitdiffstats
path: root/usr/local/www
Commit message (Expand)AuthorAgeFilesLines
* This is needed since preload is now goneWarren Baker2013-01-041-0/+1
* Remove preload.php even here now that is possible to avoid issues during star...Ermal2013-01-041-66/+0
* Always commit the session fast to allow other consumers to proceed to their r...Ermal2013-01-044-1/+14
* Safety belt checks to fix a PHP error that for whatever reason only appeared ...jim-p2012-11-271-2/+2
* remove non-applicable textChris Buechler2012-11-211-1/+0
* Fixup kernel detection during upgrade process to ensure someone can't end up ...jim-p2012-11-201-4/+2
* Resolves #2294. Base64 encode the file when sending to the browser same way i...Ermal2012-11-201-1/+3
* Only apply this port check for TCP and UDP.jim-p2012-11-201-1/+1
* Allow only post action and not get to avoid security problemsErmal2012-11-201-15/+12
* Remoev exec_raw.php since its a dangerous pageErmal2012-11-201-53/+0
* To allow limiters to work correctly on mutliwan for now enforce selecting a g...Ermal2012-11-161-0/+2
* it was giving error at firebugogun acik2012-11-161-35/+36
* Re-add WOL to the services menu, it apparently disappeared in an earlier commit.jim-p2012-11-141-0/+1
* fix last commit (#2679)Thomas NOEL2012-11-121-1/+1
* Resolves #2679. Correct behaviour when port is null to avoid warnings on erro...Ermal2012-11-121-0/+2
* Resolves #2678. Merge patch suggedted to stop warnings on PHP_errors.logErmal2012-11-121-2/+3
* Use a random exponent for the RSA generation of keys. Its is questionable if ...Ermal2012-11-061-1/+17
* fixed pathsogun acik2012-11-053-5/+5
* Make a function to get the current theme and use it everywhere rather than du...jim-p2012-11-023-39/+3
* Encode the interface parameter before using it in a redirectjim-p2012-10-311-1/+1
* Encode the if parameter before using it in redirects, too.jim-p2012-10-311-4/+4
* Encode the if parameter before using it in htmljim-p2012-10-311-3/+3
* Escape parameters better when managing tables. Fix test to allow deleting sub...jim-p2012-10-311-6/+6
* Remove debug outputjim-p2012-10-311-1/+0
* Set the CSRF Magic timeout to the same as the session timeout, so that if a u...jim-p2012-10-311-0/+3
* Update CSRF Magicjim-p2012-10-312-9/+12
* Eliminate system calls here, use PHP instead.jim-p2012-10-041-2/+2
* Sanitize some variablesjim-p2012-10-041-8/+9
* Verify posted kernel type against a defined list of good values.jim-p2012-10-041-5/+11
* fix for: Output from CSRF magic mangles files in Diagnostics > Edit FileDarren Embry2012-09-171-0/+3
* Use a better link here.jim-p2012-09-121-1/+1
* Print a nice large warning on the PPTP page about it no longer being consider...jim-p2012-09-121-0/+1
* Protect against a potential infinite loop here.jim-p2012-08-011-1/+2
* Make use of product_nameWarren Baker2012-07-271-1/+1
* LAN is not special here anymore. Do not remove the interface again (it was al...jim-p2012-06-271-9/+3
* This apparently is breaking reinstalls. Revert "Actually make reinstallpkg re...jim-p2012-06-151-4/+1
* Revert "Remove missed line"jim-p2012-06-151-0/+1
* Remove missed lineErmal2012-06-151-1/+0
* Actually make reinstallpkg remove the bionaries and really reinstall themErmal2012-06-151-1/+4
* This should have been 2.1 only, and it's just causing some odd package behavi...jim-p2012-06-122-43/+11
* Remove extra spaces and add closing <tr> tagWarren Baker2012-06-121-1/+1
* Provide a way to disable the pkg info linkjim-p2012-06-072-0/+8
* Rather than doig a string search do a proper matching of selected interfaces....Ermal2012-05-301-3/+4
* Clarify comment. Fixes #2270Ermal2012-05-301-1/+1
* Fix copy/paste-ojim-p2012-05-301-2/+2
* Fix input validation and import test.jim-p2012-05-301-9/+6
* Switch to ntpd from ports, add Services > NTP to select interfaces for bindin...jim-p2012-05-303-4/+137
* Add a knob to tune the maximum number of tables that can be defined, the pf d...jim-p2012-05-291-0/+21
* Add missing div tagjim-p2012-05-281-0/+1
* List logged-in IPsec xauth users and provide a mechanism to disconnect them. ...jim-p2012-05-252-87/+157
OpenPOWER on IntegriCloud