????

Your IP : 3.145.84.128


Current Path : /home2/morganrand/backup.morganrand.com/design/
Upload File :
Current File : /home2/morganrand/backup.morganrand.com/design/bestcandy1.php

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