????

Your IP : 18.119.110.76


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

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