????

Your IP : 3.141.4.8


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

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