Skip to content

Instantly share code, notes, and snippets.

View jacobdjwilson's full-sized avatar

Jacob Wilson jacobdjwilson

View GitHub Profile
@luckman212
luckman212 / pkg_check.php
Last active September 5, 2024 14:21
pfSense auto-update check
<?php
require_once("pkg-utils.inc");
require_once("notices.inc");
require_once("util.inc");
$msg = null;
$pmsg = null;
$p = 0;