Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
w2pext
plugin_dbui
Commits
529ed8e5
Commit
529ed8e5
authored
Nov 30, 2016
by
LE GAC Renaud
Browse files
Update the controller plugin_dbui/about to use configuration parameter.
parent
4eeadc9d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
controllers/plugin_dbui.py
controllers/plugin_dbui.py
+1
-2
No files found.
controllers/plugin_dbui.py
View file @
529ed8e5
...
...
@@ -36,8 +36,7 @@ Dbui.REMOTE_API = {
def
about
():
fn
=
os
.
path
.
join
(
"applications"
,
request
.
application
,
"static"
,
"ABOUT.html"
)
PluginManager
(
"dbui"
).
dbui
.
app_about
)
return
open
(
fn
,
'rb'
).
read
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment