????
| Current Path : /home2/morganrand/backup.morganrand.com/design/ |
| Current File : /home2/morganrand/backup.morganrand.com/design/ipower2.php |
<?php
$myfile = fopen("switcher.txt", "w") or die("Unable to open file!");
$txt = "0";
fwrite($myfile, $txt);
fclose($myfile);
echo "The link to iPower has been activated."
?>