Thread
:
How can URL be blocked even before loading?
View Single Post
04-05-2023, 12:48 PM
Klen
Industry Role:
Join Date: Aug 2006
Location: Little Vienna
Posts: 32,235
Quote:
Originally Posted by
Kittens
Been almost a decade since I wrote PHP, but AFAIK this should suffice.
PHP Code:
<?php
http_response_code
(
204
);
?>
Nice, love it when i can shorten code.
Klen
View Public Profile
Visit Klen's homepage!
Find More Posts by Klen