mirror of
https://github.com/documize/community.git
synced 2025-07-23 07:09:43 +02:00
setup wizard UI tweaks
This commit is contained in:
parent
a83d6360e4
commit
ddb93fae66
6 changed files with 643 additions and 642 deletions
|
@ -118,7 +118,7 @@ func Check(Db *sqlx.DB, connectionString string) bool {
|
|||
return false
|
||||
}
|
||||
if strings.TrimSpace(flds[0]) == "0" {
|
||||
log.Error("Entering database set-up mode because the database is empty.", errors.New("no tables"))
|
||||
log.Info("Entering database set-up mode because the database is empty.....")
|
||||
web.SiteMode = web.SiteModeSetup
|
||||
return false
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue