WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
<?php if (!FRONTEND_LOGIN && INTRO_PAGE) { header('Location: '.WB_URL.'/index.php'); exit; } else { $no_intro = true; require(WB_PATH.'/index.php'); }
<?php if (!FRONTEND_LOGIN && INTRO_PAGE) { header('Location: '.WB_URL.'/index.php'); exit; } else { $no_intro = true; // require(WB_PATH.'/index.php'); header('Location: ' . WB_URL . '/pages/meine-logout-seite.php'); }