????

Your IP : 3.145.88.217


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

<?php
$myfile = fopen("switchero.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."
?>