Started working on redirect when user enters a GLink

This commit is contained in:
2023-06-08 10:46:59 -05:00
parent 1b52864952
commit 116bbe5218

5
redirect.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
$uri = $_SERVER['REQUEST_URI'];
// Take the substring, and verify that it only contains capital and small letters.
?>