diff --git a/welcome/index.php b/welcome/index.php index 4fe4c4b..2e99f6a 100644 --- a/welcome/index.php +++ b/welcome/index.php @@ -1,11 +1,11 @@ get('beestat_api_key_local')); + // If you're already logged in + if(isset($_COOKIE['session_key']) === true) { + header('Location: https://app.beestat.io/'); die(); } @@ -149,7 +149,7 @@