I have a .onion
page hosted by Freedom, which supports PHP 5, I am trying to load the home.html
home page from the% loader index.php
, which has this start in code:
<?php
$get = $_GET['load'];
if(strpos($_GET['load'],'/language/') !== false) {
$loadurl = file_get_contents("home.html");
echo($loadurl);
exit;
}
When I enter the site, this is what appears at the top of the page and it does not appear correctly:
Both files are in the root directory of the hosting. how to resolve these messages?