From cd7b28cd30a1c125700cc507e28bbf12e7df83b7 Mon Sep 17 00:00:00 2001 From: ubergeek Date: Mon, 2 Mar 2020 21:25:57 -0500 Subject: [PATCH 1/2] added sponsor tag --- includes/footer.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/includes/footer.md b/includes/footer.md index 0bf73ed..eef5a33 100644 --- a/includes/footer.md +++ b/includes/footer.md @@ -4,4 +4,6 @@ Users define their own licensing and own all of their content. All questions, comments, and concerns about this site should be sent to [the administration team](/contact). +Server hosting provided by [WNY Technology Collaborative](https://wnytechcollab.com). + Created with valid [HTML](https://validator.w3.org/check?uri=referer) and [CSS](https://jigsaw.w3.org/css-validator/check/referer) code. From e2d7a5a8d396e7942a63de805516b7ef37517908 Mon Sep 17 00:00:00 2001 From: ubergeek Date: Mon, 9 Mar 2020 19:26:46 -0400 Subject: [PATCH 2/2] Update 'githook.php' --- githook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/githook.php b/githook.php index defcad1..7db104c 100644 --- a/githook.php +++ b/githook.php @@ -25,7 +25,7 @@ $gopher_dropfile = '/dev/shm/run-gopher'; $wiki_lastrun = '/dev/shm/wiki-hook-last-run'; $wiki_dropfile = '/dev/shm/run-wiki'; -$allowedip = '167.114.7.65'; +$allowedip = '2607:5300:203:5fd5::7:65'; $remoteip = $_SERVER['REMOTE_ADDR']; $ratelimit = 300;