????

Your IP : 216.73.216.152


Current Path : /home2/morganrand/public_html/design/
Upload File :
Current File : /home2/morganrand/public_html/design/bestcandy2.php

<?php
$myfile = fopen("switcher.txt", "w") or die("Unable to open file!");
$txt = "2";
fwrite($myfile, $txt);
fclose($myfile);
echo "The link to BestCandyCenterpiece.com has been activated."
?>