[Fixed all links with PHP_SELF in accounts section Tijmen de Mes **20180418105231 Ignore-this: 1faf6c0ae6d98b85c96d74b46835eea3 ] hunk ./accounts.phtml 25 - $log = sprintf("CDRTool login username=%s, IP=%s, location=%s, action=%s, script=%s", - $auth->auth["uname"], - $_SERVER['REMOTE_ADDR'], - $location, - $action, - $_SERVER['PHP_SELF'] + $log = sprintf( + "CDRTool login username=%s, IP=%s, location=%s, action=%s, script=%s", + $auth->auth["uname"], + $_SERVER['REMOTE_ADDR'], + $location, + $action, + $_SERVER['PHP_SELF'] hunk ./accounts.phtml 73 -$db = new DB_CDRTool; +$PHP_SELF = htmlentities($_SERVER['PHP_SELF']); + +$db = new DB_CDRTool; hunk ./library/login_accounts.php 625 - $location = htmlentities($_SERVER['PHP_SELF']); hunk ./library/login_accounts.php 627 - $name + $name