mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Removed non standard connotations (#6878)
This commit is contained in:
parent
cb1d74ee3a
commit
52c316d214
11 changed files with 23 additions and 23 deletions
|
|
@ -106,7 +106,7 @@ function code_editor.editor(plugin_file_path, plugin_path, referarl_script_page)
|
|||
plugin_file_url = string.gsub(plugin_file_path, "/plugins/", "/plugins-src/")
|
||||
end
|
||||
|
||||
-- Sanity check, never go outside the plugins directory
|
||||
-- Coherence check, never go outside the plugins directory
|
||||
if starts(plugin_path, "/plugins/") then
|
||||
plugin_path = os_utils.fixPath(string.format("%s/%s", dirs.scriptdir, plugin_path))
|
||||
else
|
||||
|
|
@ -138,4 +138,4 @@ end
|
|||
|
||||
-- #################################
|
||||
|
||||
return code_editor
|
||||
return code_editor
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue