X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=testing%2FMCTXWeb%2Fpublic_html%2Fusers%2Foriginal%2Flogout.php;fp=testing%2FMCTXWeb%2Fpublic_html%2Fusers%2Foriginal%2Flogout.php;h=0000000000000000000000000000000000000000;hb=2c8de693e6380c83b68eff4bf647422cde79548d;hp=728a294ea21560ae1161e29d9e9d1024603aabfa;hpb=828cdbf49f52572e93c5c5a48e05277525a4055f;p=matches%2FMCTX3420.git diff --git a/testing/MCTXWeb/public_html/users/original/logout.php b/testing/MCTXWeb/public_html/users/original/logout.php deleted file mode 100644 index 728a294..0000000 --- a/testing/MCTXWeb/public_html/users/original/logout.php +++ /dev/null @@ -1,35 +0,0 @@ -userLogOut(); -} - -if(!empty($websiteUrl)) -{ - $add_http = ""; - - if(strpos($websiteUrl,"http://") === false) - { - $add_http = "http://"; - } - - header("Location: ".$add_http.$websiteUrl); - die(); -} -else -{ - header("Location: http://".$_SERVER['HTTP_HOST']); - die(); -} - -?> -