We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f9214f + dbc26f9 commit bb49a0aCopy full SHA for bb49a0a
src/Services/RouterService.php
@@ -235,6 +235,8 @@ public function router(): void
235
} else {
236
header('Location: ' . $GLOBALS['app_url'] . '/index.php?page=eg001');
237
}
238
+ } elseif ($GLOBALS['DS_CONFIG']['quickstart'] == 'true' && !isset($_SESSION['beenHere'])) {
239
+ header('Location: ' . $GLOBALS['app_url'] . 'index.php?page=' . BaseController::LOGIN_REDIRECT);
240
} elseif (isset($_SESSION['userflow_example_43'])) {
241
unset($_SESSION['userflow_example_43']);
242
$page = 'eg043/EnvelopesListStatus';
0 commit comments