|
Currently, there are no known upgrades or patches to correct this issue. It is possible to correct the flaw by implementing the following workaround(s):
Add the following code to the 'header.php' file,
if (strpos('header.php', $_SERVER['PHP_SELF'])) {
die ("You can't access this file directly...");
}
|