Konu
Php yönlendirme
25-10-2021, 16:02:19
#3
wisex
if(badCrawler()){
header("HTTP/1.1 401 Unauthorized");
include("error401.php");
exit;
}