Forgot semi

This commit is contained in:
Ubergeek 2019-04-23 10:53:03 +00:00
parent dcedaff6a3
commit f0f390e7b4
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ $www_lastrun = '/dev/shm/www-hook-last-run';
$www_dropfile = '/dev/shm/run-www';
$gopher_lastrun = '/dev/shm/gopher-hook-last-run';
$gopher_dropfile = '/dev/shm/run-gopher';
$allowedip = '51.79.32.48'
$allowedip = '51.79.32.48';
$remoteip = $_SERVER['REMOTE_ADDR'];
$ratelimit = 300;