0) { // Set cookie and remeber it for specified time set_session("visited", "true", (time() + $_CONFIG['index_cookie']), COOKIE_PATH); } elseif (isSessionVariableSet('visited')) { // Remove cookie when admin set 0 in setup set_session("visited", ""); } // Template laden LOAD_TEMPLATE("index", false, ADD_URL_DATA("")); // Shall I insert an automated forward? if ($_CONFIG['index_delay'] > 0) { // This will be a JavaScript-redirect! define('__DELAY_VALUE', ($_CONFIG['index_delay'] * 1000 + 500)); define('__MOD_VALUE' , ADD_URL_DATA("index")); LOAD_TEMPLATE("index_forward"); } } else { // Redirect to main page LOAD_URL("modules.php?module=index"); } // Footer require(PATH."inc/footer.php"); } else { // You have to configure first! LOAD_URL("install.php"); } // All done here... ?>