From 1311737a2a11428d8aa13fb65b39fe003b7adeed Mon Sep 17 00:00:00 2001 From: Arionum Date: Tue, 9 Jan 2018 18:50:30 +0200 Subject: [PATCH] typo --- sanity.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sanity.php b/sanity.php index 1040251..9b24da1 100755 --- a/sanity.php +++ b/sanity.php @@ -137,7 +137,7 @@ if($total_peers==0){ echo "No peers found. Attempting to get peers from arionum.com\n"; $f=file("https://www.arionum.com/peers.txt"); shuffle($f); - if(count($f)<2){ @unlink("tmp/sanity-lock") die("Could nto connect to arionum.com! Will try later!\n"); } + if(count($f)<2){ @unlink("tmp/sanity-lock"); die("Could nto connect to arionum.com! Will try later!\n"); } foreach($f as $peer){ $peer=trim($peer); $peer = filter_var($peer, FILTER_SANITIZE_URL);