????

Your IP : 3.145.32.238


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

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