first working version
This commit is contained in:
parent
18995db757
commit
de359ab415
47 changed files with 1016 additions and 2012 deletions
|
|
@ -8,6 +8,16 @@ var (
|
|||
LoginURI = "/login"
|
||||
LogoutURI = "/logout"
|
||||
|
||||
RawPrefix = "/raw"
|
||||
IndexPrefix = "/index"
|
||||
MovePrefix = "/move"
|
||||
DeletePrefix = "/delete"
|
||||
|
||||
Favicon = "/favicon.ico"
|
||||
BootstrapCSS = "/bootstrap.css"
|
||||
CustomCSS = "/custom.css"
|
||||
|
||||
DataDir = "data"
|
||||
AutoImport = "auto_import"
|
||||
ManualImport = "manual_import"
|
||||
Imported = "imported"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue