Skip to content

Instantly share code, notes, and snippets.

View jacobdjwilson's full-sized avatar

Jacob Wilson jacobdjwilson

View GitHub Profile
@jacobdjwilson
jacobdjwilson / pkg_check.php
Created March 25, 2022 16:29 — forked from luckman212/pkg_check.php
pfSense auto-update check
<?php
require_once("pkg-utils.inc");
require_once("notices.inc");
require_once("util.inc");
$msg = null;
$pmsg = null;
$p = 0;
@jacobdjwilson
jacobdjwilson / pkg_check.php
Created March 25, 2022 16:26 — forked from luckman212/pkg_check.php
pfSense auto-update check (pushover version)
<?php
require_once("pkg-utils.inc");
require_once("notices.inc");
require_once("util.inc");
$msg = null;
$pmsg = null;
$p = 0;