This website works better with JavaScript.
Home
Explore
Help
Sign In
closed-social
/
gitea
Watch
3
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Prepare for v0.4.0 release
for-closed-social
Unknown
10 years ago
parent
fbf274b751
commit
ddb7f55035
2 changed files
with
3 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
.gobuild.yml
+3
-3
routers/install.go
+ 0
- 1
.gobuild.yml
View File
@ -2,7 +2,6 @@ filesets:
includes:
-
templates
-
public
-
conf
-
LICENSE
-
README.md
-
README_ZH.md
+ 3
- 3
routers/install.go
View File
@ -60,11 +60,11 @@ func GlobalInit() {
}
models
.
HasEngine
=
true
if
models
.
EnableSQLite3
{
log
.
Info
(
"SQLite3 Enabled"
)
}
cron
.
NewCronContext
(
)
}
if
models
.
EnableSQLite3
{
log
.
Info
(
"SQLite3 Enabled"
)
}
checkRunMode
(
)
}
Write
Preview
Loading…
Cancel
Save