mirror of
https://github.com/znc/znc.git
synced 2026-08-07 17:33:34 +02:00
Stop using '@' user@ip since usernames can have @
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@686 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<body>
|
||||
<div id="banner">
|
||||
<h2><?VAR Title ESC=HTML?></h2>
|
||||
<div id="ident"><?VAR SessionUser ESC=HTML?>@<?VAR SessionIP ESC=HTML?></div>
|
||||
<div id="ident"><?VAR SessionUser ESC=HTML?> (from: <?VAR SessionIP ESC=HTML?>)</div>
|
||||
<div id="tag"><?VAR Tag ESC=HTML ?></div>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<div id="wrapper">
|
||||
<div id="banner">
|
||||
<h2><?VAR Title ESC=HTML?></h2>
|
||||
<div id="ident"><?VAR SessionUser ESC=HTML?>@<?VAR SessionIP ESC=HTML?></div>
|
||||
<div id="ident"><?VAR SessionUser ESC=HTML?> (from: <?VAR SessionIP ESC=HTML?>)</div>
|
||||
</div>
|
||||
|
||||
<div id="gnav">
|
||||
|
||||
Reference in New Issue
Block a user