????
| Current Path : /home2/morganrand/backup.morganrand.com/design/ |
| Current File : /home2/morganrand/backup.morganrand.com/design/design1.php |
<?php
$myfile = fopen("switcheroo.txt", "w") or die("Unable to open file!");
$txt = "1";
fwrite($myfile, $txt);
fclose($myfile);
echo "The link to the Design Your Bouquet page has been activated."
?>