]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - settings/plugins.php
Users: Scratch the "Secure" column, as it's less useful nowadays that
[irc/unrealircd/unrealircd-webpanel.git] / settings / plugins.php
index ac574aa74c3f9120faf40ec3261ff5d48ef53287..a787dd83d1ec1c3d6c477b32fd1055963e14eef6 100644 (file)
@@ -1,14 +1,14 @@
 <?php
 
-require_once "../common.php";
-require_once "../header.php";
+require_once "../inc/common.php";
+require_once "../inc/header.php";
 
 
 ?>
 
 <h2>Active Plugins</h2>
 <br>
-To load and unload plugins, see the <code>PLUGINS</code> section of your <code>config.php</code><br>
+To load and unload plugins, see the plugins section of your <code>config.php</code><br>
 <br>
 <table class="container-xxl table table-sm table-responsive caption-top table-striped">
        <thead class="table-primary">
@@ -36,4 +36,6 @@ To load and unload plugins, see the <code>PLUGINS</code> section of your <code>c
             }
         ?>
     </tbody>
-</table>
\ No newline at end of file
+</table>
+<?php
+require_once "../inc/footer.php";