]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commit
Move including connection.php out of common.php so it is made explicit.
authorBram Matthys <redacted>
Sat, 1 Apr 2023 09:13:10 +0000 (11:13 +0200)
committerBram Matthys <redacted>
Sat, 1 Apr 2023 09:13:10 +0000 (11:13 +0200)
commite77b1514d903a167e6cf36ecdcfe294035eee2d7
tree41634e2931c91d5923855a6b9cd6c9cf69a36ca4
parent1ebff09f379aeafdd95d648da4b80351310c815e
Move including connection.php out of common.php so it is made explicit.
This fixes an issue where a connection is made to the IRC server before
the user is verified to be logged in (and on the login screen too).
A few webpages now don't include connection.php, such as Login,
the IP whois tool and the Settings.
13 files changed:
channels/details.php
channels/index.php
common.php
connection.php
index.php
server-bans/ban-exceptions.php
server-bans/index.php
server-bans/name-bans.php
servers/details.php
servers/index.php
spamfilter.php
users/details.php
users/index.php