????

Your IP : 18.188.195.90


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

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