]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - index.php
Remove the 2's...
[irc/unrealircd/unrealircd-webpanel.git] / index.php
index 98ef1da0f39b366950c2583a67e386afec753b9a..21a5fe273e82af1cb3046f9e30b23a0b9b0ca24d 100644 (file)
--- a/index.php
+++ b/index.php
@@ -1,6 +1,5 @@
 <?php
 require_once "common.php";
-
 require_once "header.php";
 
 rpc_pop_lists();
@@ -96,7 +95,7 @@ rpc_pop_lists();
                                                <div class="col">
                                                        <h6>Servers</h6>
                                                </div>
-                                               <div class="col"> <a class="btn btn-primary" href="<?php echo BASE_URL; ?>network">View</a></div>
+                                               <div class="col"> <a class="btn btn-primary" href="<?php echo BASE_URL; ?>servers">View</a></div>
                                        </div>
                                </div>
                        </div>
@@ -201,4 +200,8 @@ rpc_pop_lists();
                        </div>
                </div>
        </div>
-</div>
\ No newline at end of file
+</div>
+
+<?php
+
+require_once "footer.php";