X-Git-Url: http://git.iain.cx/?a=blobdiff_plain;f=www%2Flogin.php;fp=www%2Flogin.php;h=a9f9d22802021ce2673a84450a7bee5020e5e102;hb=ea0e53db8b5a264b6e231038815d2c350076d02a;hp=0012f7d2344777b9c670a71722eb0930093ce57f;hpb=eeeda82e51f5b591d78b45a039ea0046bc641d8f;p=readifood.git diff --git a/www/login.php b/www/login.php deleted file mode 120000 index 0012f7d..0000000 --- a/www/login.php +++ /dev/null @@ -1 +0,0 @@ -index.php \ No newline at end of file diff --git a/www/login.php b/www/login.php new file mode 100644 index 0000000..a9f9d22 --- /dev/null +++ b/www/login.php @@ -0,0 +1,18 @@ +getUser(); + header("Location: https://" . $_SERVER['HTTP_HOST'] . "/"); + exit; + } + catch (\Exception $e) { + } + } + +?>