:: Edit Configuration File ::
To verify that you are the administrator of the database, you must type your database's password below.
Unable to open the file (".$filename.").";
exit;
}
if (fwrite($handle, stripslashes($_POST['config'])) === FALSE) {
echo "Unable to write in the file (".$filename.").";
exit;
}
fclose($handle);
echo 'Changes were done.';
} else {
echo "The file ".$filename." is not accessible in writing.";
}
}
else
{
?>
Wrong Password !';
}
}
?>