????

Your IP : 3.144.222.234


Current Path : /home2/morganrand/www/design/
Upload File :
Current File : /home2/morganrand/www/design/beauti0.php

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