????

Your IP : 216.73.216.83


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

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