GoD Axel
HuH FUCK???
Hi wehn i am go to my website/Downloads then:In file downloads.htm admin can set content of this site.
And i was in downloads.htm and i have write:
And i was in downloads.htm and i have write:
Code:
<?PHP
$content = file_get_contents("downloads.htm");
if($content != FALSE)
$main_content .= $content;
else
$main_content .= 'Hi.';
?>