summaryrefslogtreecommitdiffstats
path: root/modules/bindata/bindata.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2016-08-30 14:07:50 +0200
committerUnknwon <u@gogs.io>2016-08-30 14:12:37 +0200
commit7c31f235da287b0ba1499986758332c2c346deb0 (patch)
tree8305503cefa931c02f4e21704705b0d59d717255 /modules/bindata/bindata.go
parentcodegangsta/cli => urfave/cli (#3546) (diff)
downloadforgejo-7c31f235da287b0ba1499986758332c2c346deb0.tar.xz
forgejo-7c31f235da287b0ba1499986758332c2c346deb0.zip
Web editor: support upload files
Diffstat (limited to '')
-rw-r--r--modules/bindata/bindata.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/bindata/bindata.go b/modules/bindata/bindata.go
index 7a915d8da1..3b3319a7ba 100644
--- a/modules/bindata/bindata.go
+++ b/modules/bindata/bindata.go
@@ -302,7 +302,7 @@ func confAppIni() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "conf/app.ini", size: 13633, mode: os.FileMode(420), modTime: time.Unix(1472367195, 0)}
+ info := bindataFileInfo{name: "conf/app.ini", size: 13633, mode: os.FileMode(420), modTime: time.Unix(1472559098, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}
@@ -4382,7 +4382,7 @@ func confLocaleLocale_enUsIni() (*asset, error) {
return nil, err
}
- info := bindataFileInfo{name: "conf/locale/locale_en-US.ini", size: 55687, mode: os.FileMode(420), modTime: time.Unix(1472524523, 0)}
+ info := bindataFileInfo{name: "conf/locale/locale_en-US.ini", size: 55687, mode: os.FileMode(420), modTime: time.Unix(1472559098, 0)}
a := &asset{bytes: bytes, info: info}
return a, nil
}