1
0
forked from Thunix/www

Update 'githook.php'

This commit is contained in:
2023-07-04 18:03:40 +00:00
parent 269bd5ea1f
commit 153adcfdd1

View File

@@ -25,7 +25,7 @@ $gopher_dropfile = '/dev/shm/run-gopher';
$wiki_lastrun = '/dev/shm/wiki-hook-last-run'; $wiki_lastrun = '/dev/shm/wiki-hook-last-run';
$wiki_dropfile = '/dev/shm/run-wiki'; $wiki_dropfile = '/dev/shm/run-wiki';
$allowedip = '2607:5300:60:4f58::248'; $allowedip = '198.50.210.248';
$remoteip = $_SERVER['REMOTE_ADDR']; $remoteip = $_SERVER['REMOTE_ADDR'];
$ratelimit = 300; $ratelimit = 300;