????

Your IP : 18.191.205.149


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

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