From 408491c6430721b73c29af47c9eb044be254342b Mon Sep 17 00:00:00 2001 From: PeGaSuS Date: Wed, 18 Jan 2023 15:30:30 +0100 Subject: [PATCH] Update header.php On my setup, I have `BASE_URL` set to `/`, using Apache as webserver. If I click on the top left, where says `UnrealIRCd Admin Panel`, I'm sent to https://index.php/ which, obviously, doesn't exist. Removing `/index.php` seems to solve the issue on my end. I don't know about other webservers/BASE_URL locations, but should work for all. --- header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/header.php b/header.php index e5be052..1ad2a8d 100644 --- a/header.php +++ b/header.php @@ -27,7 +27,7 @@