From 7132b78930d7f55c103eb5419fcee2aea17c9ac5 Mon Sep 17 00:00:00 2001 From: wibyweb <49052850+wibyweb@users.noreply.github.com> Date: Wed, 14 Feb 2024 00:37:01 -0500 Subject: [PATCH] Add files via upload --- html/ban/ban.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/ban/ban.php b/html/ban/ban.php index fedbeb5..8f92048 100755 --- a/html/ban/ban.php +++ b/html/ban/ban.php @@ -62,7 +62,7 @@ }else if($url != ''){ $url = substr($url,0,400); //don't allow user to post a longer url than 400b - if(strpos($url,'.') == false || strpos($url,' ') == true){ + if(strpos($url,' ') == true){ echo "It doesn't look like you submitted a valid URL: '". $url ."'"; include 'form.html.php'; exit();