htdocs/session_confirm.php
Suspicious type null
of a variable or expression used to build a string. (Expected type to be able to cast to a string) Open
Open
<title>'.$icmsConfig['sitename'].'</title>
- Exclude checks
Reference to undeclared constant \_IFNOTRELOAD
Open
Open
<p>'.sprintf(_IFNOTRELOAD, $url4disp).'</p>
- Exclude checks
Suspicious type null
of a variable or expression used to build a string. (Expected type to be able to cast to a string) Open
Open
<title>'.$icmsConfig['sitename'].'</title>
- Exclude checks
Reference to undeclared constant \_TAKINGBACK
Open
Open
$message = _TAKINGBACK ;
- Exclude checks
Reference to undeclared constant \_SUBMIT
Open
Open
<input type="submit" name="timeout_repost" value="'._SUBMIT.'" />
- Exclude checks
Reference to undeclared constant \_CHARSET
Open
Open
<meta http-equiv="Content-Type" content="text/html; charset='._CHARSET.'" />
- Exclude checks
Reference to undeclared constant \_CHARSET
Open
Open
<meta http-equiv="Content-Type" content="text/html; charset='._CHARSET.'" />
- Exclude checks
Invalid offset "sitename"
of array type array{startpage:,template_set:mixed}
Open
Open
<title>'.$icmsConfig['sitename'].'</title>
- Exclude checks
Invalid offset "sitename"
of array type array{startpage:,template_set:mixed}
Open
Open
<title>'.$icmsConfig['sitename'].'</title>
- Exclude checks
Reference to undeclared constant \_RETRYPOST
Open
Open
<h4>'._RETRYPOST.'</h4>
- Exclude checks
Inline control structures are not allowed Open
Open
if (!isset($_SESSION['AUTOLOGIN_REQUEST_URI'])) exit;
- Exclude checks
Inline control structures are not allowed Open
Open
if (preg_match('/javascript:/si', $url)) exit; // black list of url
- Exclude checks
No space found after comma in function call Open
Open
$hidden_str .= "\t".' <input type="hidden" name="'.htmlspecialchars($k,ENT_QUOTES).'" value="'.htmlspecialchars($v,ENT_QUOTES).'" />'."\n" ;
- Exclude checks
Expected 1 newline at end of file; 0 found Open
Open
}
- Exclude checks
No space found after comma in function call Open
Open
$hidden_str .= "\t".' <input type="hidden" name="'.htmlspecialchars($k,ENT_QUOTES).'" value="'.htmlspecialchars($v,ENT_QUOTES).'" />'."\n" ;
- Exclude checks
Unexpected spaces found. Open
Open
<p>'.sprintf(_IFNOTRELOAD, $url4disp).'</p>
- Exclude checks
Unexpected spaces found. Open
Open
<h4>'._RETRYPOST.'</h4>
- Exclude checks
Unexpected spaces found. Open
Open
<h4>'.$message.'</h4>
- Exclude checks
Unexpected spaces found. Open
Open
'.$hidden_str.'
- Exclude checks
Unexpected spaces found. Open
Open
<form action="'.$url4disp.'" method="POST">
- Exclude checks
Unexpected spaces found. Open
Open
</form>
- Exclude checks