mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 17:00:10 +00:00
Remove unused version field form the plugins
This commit is contained in:
parent
a564a7a094
commit
d339c81e5c
33 changed files with 1 additions and 35 deletions
|
|
@ -18,9 +18,6 @@ return {
|
|||
-- The author of the plugin. For emails use the format: 'Name Surname <me@domain.com>'
|
||||
author = "ntop",
|
||||
|
||||
-- An incremental number indicating the plugin version.
|
||||
version = 1,
|
||||
|
||||
-- A list of plugin keys which this plugin depends on. A plugin key
|
||||
-- corresponds to the directory name of the plugin (e.g. the key of
|
||||
-- this plugin is "example")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue