diff --git a/include/functions.php b/include/functions.php index 78d225e..a188f15 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1,16 +1,37 @@ $_SERVER['REQUEST_URI'], + ] ); + + http_redirect( $url, 303 ); // HTTP 303 redirect: See Other + } +}