Started working on redirect when user enters a GLink
parent
1b52864952
commit
116bbe5218
@ -0,0 +1,5 @@
|
||||
<?php
|
||||
$uri = $_SERVER['REQUEST_URI'];
|
||||
// Take the substring, and verify that it only contains capital and small letters.
|
||||
|
||||
?>
|
Loading…
Reference in New Issue