Update 'githook.php'

This commit is contained in:
ubergeek 2020-03-09 19:26:46 -04:00
parent cd7b28cd30
commit e2d7a5a8d3
1 changed files with 1 additions and 1 deletions

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 = '167.114.7.65'; $allowedip = '2607:5300:203:5fd5::7:65';
$remoteip = $_SERVER['REMOTE_ADDR']; $remoteip = $_SERVER['REMOTE_ADDR'];
$ratelimit = 300; $ratelimit = 300;