repair pull.php

This commit is contained in:
2026-03-16 09:58:44 -04:00
parent 8b0ee04fa4
commit 32952e754d

View File

@@ -18,7 +18,7 @@ $reason = "Portspoof Auto-Ban";
$now = date("YmdHis"); $now = date("YmdHis");
$enddate = date("YmdHis", strtotime("+" . $enddate_days . " days")); $enddate = date("YmdHis", strtotime("+" . $enddate_days . " days"));
$info_list = $now; // unique run identifier logged in info table (YYYYMMDDHHmmss) $info_list = 0; // unique run identifier logged in info table (YYYYMMDDHHmmss)
// ------------------------------------------------------------------ // ------------------------------------------------------------------
// 1. Get last-pulled timestamp from the most recent previous run // 1. Get last-pulled timestamp from the most recent previous run