Project

General

Profile

Statistics
| Branch: | Tag: | Revision:
Name Size
  bin
  captiveportal
  etc
  pfSense
  pkg
  sbin
  share
  www

Latest revisions

# Date Author Comment
82e22457 06/04/2024 09:12 PM Marcos M

Add a helper function for unserialize(). Fix #15423

For calls to unserialize() which do not check for errors, use the
helper function instead.

66344dc6 05/29/2024 07:47 PM Marcos M

Fix checkbox always being unchecked on page load

For the GUI option introduced in #15430

33f2ad24 05/29/2024 04:36 PM Jim Pingle

Encode dir names in browser.php. Fixes #15525

e254aea4 05/28/2024 06:09 PM Marcos M

Automatically use floating states for IPsec rules. Fix #15430

4b9165e5 05/24/2024 05:25 PM Marcos M

Default to an empty array for functions expecting a countable value

Do this for foreach() and count().

63d6bb4f 05/23/2024 05:37 PM Marcos M

Update all direct config access with accessor functions

40052af4 05/23/2024 05:37 PM Marcos M

Use config accessors in traffic shaper functions

26308930 05/23/2024 05:37 PM Marcos M

Use config accessors in certificate functions

1bb9c407 05/23/2024 05:37 PM Marcos M

Use config accessors in users and groups functions

6cbdf0e7 05/23/2024 05:37 PM Marcos M

Remove potential direct config references when displaying form rows

The first eval() change removes the reference and has no functional
effect given that $pkg_source_txt is not modified. While here, catch
any exceptions as well; before PHP 7, eval() would return false on...

View revisions

Also available in: Atom