????

Your IP : 18.116.85.111


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

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