????

Your IP : 3.146.37.242


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

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