]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commitdiff
Fix header referencing to overview from other directories
authorValerie Pond <redacted>
Thu, 12 Jan 2023 21:33:22 +0000 (21:33 +0000)
committerValerie Pond <redacted>
Thu, 12 Jan 2023 21:33:22 +0000 (21:33 +0000)
header.php

index 92051d270f18c227cb54d6363acf35231eda0745..ba77221cd69f17a2f242b36d835288c27a0bec1e 100644 (file)
@@ -26,7 +26,7 @@
        <!-- Fixed navbar -->
        <nav class="navbar navbar-expand-sm navbar-dark bg-dark fixed-top">
                <ul class="nav navbar-nav">
-                       <a class="navbar-brand" href="index.php"><img src="<?php echo BASE_URL; ?>img/favicon.ico" height="25" width="25"> UnrealIRCd Admin Panel</a>
+                       <a class="navbar-brand" href="<?php echo BASE_URL; ?>/index.php"><img src="<?php echo BASE_URL; ?>img/favicon.ico" height="25" width="25"> UnrealIRCd Admin Panel</a>
 <?php
 
 $active_page = NULL;