Skip to content

Commit

Permalink
update to allow installer links to work
Browse files Browse the repository at this point in the history
  • Loading branch information
michield committed Jun 22, 2021
1 parent 0e368a1 commit b3a9de6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/home.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
$upgrade_required = 1;
}
} else {
$GLOBALS['firsttime'] = 1;
$_SESSION['firstinstall'] = 1;
Info($GLOBALS['I18N']->get('Database has not been initialised').'. '.
$GLOBALS['I18N']->get('go to').' '.
PageLink2('initialise&firstinstall=1', $GLOBALS['I18N']->get('Initialise Database')).' '.
$GLOBALS['I18N']->get('to continue'), 1);
$GLOBALS['firsttime'] = 1;
$_SESSION['firstinstall'] = 1;

return;
}
Expand Down

0 comments on commit b3a9de6

Please sign in to comment.