Update viewonline.php

remove html from php file
This commit is contained in:
v12mike 2021-10-22 13:48:24 +13:00 committed by GitHub
parent 4761fef7a8
commit 17c64bada3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -443,7 +443,7 @@ while ($row = $db->sql_fetchrow($result))
}
if ($auth->acl_get('a_'))
{
$location .= '<br>' . substr($row['session_page'], 0, 99);
$location .= nl2br("\n" . substr($row['session_page'], 0, 99));
}
/**