Create new tickets #12

Merged
luketainton merged 34 commits from feature/issue-6 into main 2020-08-05 17:50:52 +00:00
Showing only changes of commit 146c92bbad - Show all commits

View File

@@ -10,7 +10,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#563d7c">
<?php
if (!is_logged_in()) {
if (!is_signed_in()) {
echo("<meta http-equiv='refresh' content='0; url=" . $_ENV['APP_URL'] . "/login' />");
}
?>