X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/b65f04962537513f9195e7869cbd39eab1380440..3d4e4ec4af3d2ba1eb9d7bece2361ddd56d5c7ca:/settings/plugins.php diff --git a/settings/plugins.php b/settings/plugins.php index ac574aa..eedb1a4 100644 --- a/settings/plugins.php +++ b/settings/plugins.php @@ -1,24 +1,25 @@ -

Active Plugins

+

Active Plugins Add New


-To load and unload plugins, see the PLUGINS section of your config.php
+Your installed plugins:
+ - + @@ -26,14 +27,61 @@ To load and unload plugins, see the PLUGINS section of your c foreach(Plugins::$list as $plugin) { echo ""; - echo ""; - echo ""; + echo ""; + echo ""; echo ""; echo ""; echo ""; echo ""; + echo ""; echo ""; } ?> -
Plugin NameHandle Version Description Author ContactUninstall
".$plugin->name."".$plugin->handle."handle."')\">".$plugin->name."".$plugin->version."".$plugin->description."".$plugin->author."".$plugin->email."
handle."install\" class='text-center btn-sm btn-danger btn-install-plugin'>Uninstall
\ No newline at end of file + + + + +