unknown
2013-11-21 c63b399fae9d673697b253f8537525bd4daa8e48
install/uninstall.php
@@ -55,10 +55,10 @@
$input = fgets(STDIN);
$do_uninstall = rtrim($input);
echo "\n\n>> Uninstalling ISPConfig 3... \n\n";
if($do_uninstall == 'yes') {
   echo "\n\n>> Uninstalling ISPConfig 3... \n\n";
   // Delete the ISPConfig database
   // $app->db->query("DROP DATABASE '".$conf["db_database"]."'");
@@ -86,9 +86,10 @@
   exec('rm -rf /usr/local/ispconfig');
   
   echo "Please do not forget to delete the ispconfig user in the mysql.user table.\n\n";
   echo "Finished.\n";
   echo "Finished uninstalling.\n";
} else {
   echo "\n\n>> Canceled uninstall. \n\n";
}
?>