Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  cf
  conf.default
  etc
  home
  root
  sbin
  usr

Latest revisions

# Date Author Comment
59236c21 11/20/2015 01:24 PM Stephen Beaver

Move timeout value to PHP definition for easier modification

c040eeda 11/20/2015 12:53 PM Phil Davis

If webguicss is not yet specified then default to pfSense

On systems where webguicss (the theme) was not yet set in the config, the selection here was defaulting to other than pfSense.
Now that pfSense-dark has come along, it happened to be first in the list. When I changed something else in General Setup today, my them went to pfSense-dark because I did not notice the (accidentally) selected value that was in the field....

4b1a8a6c 11/20/2015 12:53 PM Phil Davis

Redmine #5492 case of acronyms in widget names

I am not sure how else to do this. If someone in future writes a widget about "Smart Carp" (an intelligent species of fish) then it will get turned into "SMART CARP". The other strings are not English words, or parts of English words, so not likely to be matched wrongly in future....

75ae3d1c 11/20/2015 12:53 PM Phil Davis

Fix widgetname variables

These were wrong. But actually I don't think any widgets use this mechanism of $config['widgets']['mywidget-config'] - they seem to do their own thing making names for the keys they use in $config['widgets'] to store their settings. So I didn't find anything actually broken because of this.

31fd8dff 11/20/2015 12:13 PM Renato Botelho

PEAR.inc is already required by radius.inc

9859f355 11/20/2015 11:55 AM Renato Botelho

Break long lines

3c0b8833 11/20/2015 11:55 AM Renato Botelho

Delete code that is commented out since 2005

d17bd596 11/20/2015 11:43 AM Renato Botelho

Remove debug leftover

8540bdcb 11/20/2015 11:30 AM Renato Botelho

Fix #5329

Since PHP 5.6, fsockopen() is checking SSL certificates, xmlrpc_client
is used only for HA today so it's safe to disable this check.

Since fsockopen() doesn't provide a way to disable it, move code to use
stream_socket_client()

14c8170d 11/20/2015 10:55 AM Renato Botelho

Remove unused function http_post()

View revisions

Also available in: Atom