Adding Parameter on PHP Page
<?php
if(!isset($_GET["labscame"]))
{
header('Location: https://www.google.com');
}
?>
- labscame : the parameter, you can edit with your word
- https://www.google.com : if someone not use the parameter will be kick out to google
https://script.lb-s.cc/?labscame
0 comments:
Post a Comment