\n";
$newconfigfile=__DIR__ . "/config.php";
file_put_contents($newconfigfile, $newconfig);
print '
Success! The setttings have been saved!
';
print '';
}
else
{
printf ('Error! The value for the Newznab-tmux Directory does not appear to be valid. I cannot find the Newznab-tmux config.php file at: %s
',
$_POST['newznab_home'].'/www/config.php');
print '';
}
?>