File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -5,19 +5,20 @@ package main
5
5
6
6
import (
7
7
"flag"
8
- log "github.com/Sirupsen/logrus"
9
- "github.com/carlescere/scheduler"
10
- "github.com/gin-gonic/gin"
11
- "github.com/itsjamie/gin-cors"
12
- "github.com/kardianos/osext"
13
- "github.com/vharitonsky/iniflags"
14
8
"os"
15
9
"os/user"
16
10
"path/filepath"
17
11
"runtime/debug"
18
12
"strconv"
19
13
"text/template"
20
14
"time"
15
+
16
+ log "github.com/Sirupsen/logrus"
17
+ "github.com/carlescere/scheduler"
18
+ "github.com/gin-gonic/gin"
19
+ "github.com/itsjamie/gin-cors"
20
+ "github.com/kardianos/osext"
21
+ "github.com/vharitonsky/iniflags"
21
22
//"github.com/sanbornm/go-selfupdate/selfupdate" #included in update.go to change heavily
22
23
)
23
24
@@ -399,7 +400,7 @@ body {
399
400
<input type="submit" value="Send" />
400
401
<input type="text" id="msg" size="64"/>
401
402
<input name="pause" type="checkbox" value="pause" id="myCheck"/> Pause
402
- <input type="button" value="Install Certificate" onclick="window.open('http://localhost:8991/certificate.crt')" />
403
+ <!--< input type="button" value="Install Certificate" onclick="window.open('http://localhost:8991/certificate.crt')" />-- >
403
404
</form>
404
405
</form>
405
406
</body>
You can’t perform that action at this time.
0 commit comments