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 May 16, 2024 12:54
pfSense auto-update check
<?php
require_once("pkg-utils.inc");
require_once("notices.inc");
require_once("util.inc");
$msg = null;
$pmsg = null;
$p = 0;