Started working on redirect when user enters a GLink
This commit is contained in:
5
redirect.php
Normal file
5
redirect.php
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
<?php
|
||||||
|
$uri = $_SERVER['REQUEST_URI'];
|
||||||
|
// Take the substring, and verify that it only contains capital and small letters.
|
||||||
|
|
||||||
|
?>
|
Reference in New Issue
Block a user