Added http redirect to logout page to bring the user to the login after 5 secs

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2018-10-07 18:02:21 +00:00
parent ef458a08f9
commit 4f0dda34c2
2 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
<?php if(SITE_KEYWORDS) { ?><meta name="keywords" content="<?php print SITE_KEYWORDS; ?>" /><?php } ?>
<?php if(SITE_DESCRIPTION) { ?><meta name="description" content="<?php print SITE_DESCRIPTION; ?>" /><?php } ?>
<?php if(PROVIDED_BY) { ?><meta name="author" content="<?php print PROVIDED_BY; ?>" /><?php } ?>
<meta http-equiv="refresh" content="5; url=<?php print SITE_URL; ?>">
<link href="/view/theme/default/assets/css/metro-bootstrap.css" rel="stylesheet">

View File

@ -8,6 +8,7 @@
<?php if(SITE_KEYWORDS) { ?><meta name="keywords" content="<?php print SITE_KEYWORDS; ?>" /><?php } ?>
<?php if(SITE_DESCRIPTION) { ?><meta name="description" content="<?php print SITE_DESCRIPTION; ?>" /><?php } ?>
<?php if(PROVIDED_BY) { ?><meta name="author" content="<?php print PROVIDED_BY; ?>" /><?php } ?>
<meta http-equiv="refresh" content="5; url=<?php print SITE_URL; ?>">
<meta name="rating" content="general" />
<meta name="robots" content="all" />