????

Your IP : 3.134.111.219


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

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