We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ea1afd commit ee7a6e6Copy full SHA for ee7a6e6
zphisher.sh
@@ -370,13 +370,15 @@ cusport() {
370
echo ""
371
else
372
echo -ne "\n${RED}[${WHITE}!${RED}]${RED} Invalid 4-digit Port, Try Again...${WHITE}"
373
- { clear; banner; cusport; }
+ sleep 3
374
+ { clear; banner; cusport; }
375
fi
376
elif [[ ${P_ANS} =~ ^([Nn])$ ]];then
377
echo -ne "\n\n${RED}[${WHITE}-${RED}]${BLUE} Using Default Port : $PORT...${WHITE}"
378
379
- echo -ne "\n${RED}[${WHITE}!${RED}]${RED} Invalid Option, Try Again...${WHITE}"
380
+ echo ""
381
+ echo -ne "\n${RED}[${WHITE}!${RED}]${RED} Invalid Option, Try Again...${WHITE}"
382
cusport
383
384
}
0 commit comments