<link rel="icon" href="./favicon.ico" type="image/x-icon" />
The above is what I see in index.php of phpMyAdmin.
Isn't it the same as:
<link rel="icon" href="favicon.ico" type="image/x-icon" />
Or say,can you give an example where these two generates different results?