]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commitdiff
Remove the 2's...
authorValerie Pond <redacted>
Sun, 15 Jan 2023 22:08:43 +0000 (22:08 +0000)
committerValerie Pond <redacted>
Sun, 15 Jan 2023 22:08:43 +0000 (22:08 +0000)
header.php

index 44f1268ebf3c7b9e083aba4c7225e1693a95e783..4218b91ddc223754ccab984c5dbe9520a85c2533 100644 (file)
@@ -40,7 +40,6 @@ foreach ($pages as $name => $page)
        }
        else if (str_ends_with($script, BASE_URL . "index.php") && BASE_URL != "/" && !strlen($tok[0]))
        {
-               echo "2";
                $active_page = $tok[0];
        }
        else if (!str_ends_with($page, ".php"))