mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-09-15 17:46:55 +00:00
Move BannerHTML to index.html
This commit is contained in:
parent
6c422b8782
commit
cf49f38bf8
7 changed files with 27 additions and 23 deletions
|
@ -44,7 +44,7 @@ func main() {
|
|||
Addr: conf.ListenAddr,
|
||||
}
|
||||
|
||||
logFile, err := os.OpenFile("output.log", os.O_WRONLY | os.O_APPEND | os.O_CREATE, 0644)
|
||||
logFile, err := os.OpenFile("output.log", os.O_WRONLY|os.O_APPEND|os.O_CREATE, 0644)
|
||||
if err != nil {
|
||||
log.Fatal("Could not create logfile: ", err)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue