Adding Parameter on PHP Page
A simple script ex:
Edit or adding script your page with this scipt:
<?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