diff --git a/lib/plugins-display.php b/lib/plugins-display.php
new file mode 100644
index 0000000..7dfad61
--- /dev/null
+++ b/lib/plugins-display.php
@@ -0,0 +1,40 @@
+
';
+ };
+
+ // If we're updating plugins, update those shown
+ if (isset($_GET['updatedPlugins'])) {
+ echo "";
+ }
+
+ // Work out what plugins we'll need to set on a setInterval
+ $onLoadExtras = "";
+ for ($i=0;$i
+
+
\ No newline at end of file