hasDB())) { return false; } $nonRoot = isset($_GET['organizr']); $nonRootPath = ($nonRoot) ? $Organizr->getRootPath() : ''; $error = $_GET['vars']['var1'] ?? 404; $errorDetails = $Organizr->errorCodes($error); $redirect = $_GET['vars']['var2'] ?? null; if ($redirect) { $Organizr->logger->debug($redirect); } $GLOBALS['responseCode'] = 200; return '
' . $Organizr->favIcons($nonRootPath) . 'Hey there, ' . $Organizr->user['username'] . ', ' . $Organizr->config['customErrorMessage'] . ' .
Back Home