Working on the plugin management
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 3 Oct 2019 20:56:20 +0000 (16:56 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 3 Oct 2019 20:56:20 +0000 (16:56 -0400)
commit85f5def3b26edc78760643cdd876c1a7491cd752
treed67f4833743263d23f20a19777d9bf7c069e249a
parentc95d5e50b7e9afb7691f8b20685463ab332bc788
Working on the plugin management

import of plugins management tables.
16 files changed:
classes/data/dataPlugins.php
classes/data/dataServers.php
classes/data/dataSites.php
models/admin/plugins/import.php [new file with mode: 0644]
models/admin/plugins/index.php
models/admin/plugins/plugins.php [new file with mode: 0644]
models/admin/plugins/servers.php [new file with mode: 0644]
models/admin/plugins/sites.php [new file with mode: 0644]
setup/databaseScripts/create_database_V0.0.1.sql
setup/validActions.php
views/admin/header.html
views/admin/plugins/import.html [new file with mode: 0644]
views/admin/plugins/index.html
views/admin/plugins/plugins.html [new file with mode: 0644]
views/admin/plugins/servers.html [new file with mode: 0644]
views/admin/plugins/sites.html [new file with mode: 0644]