florian030
2014-02-17 5bd2aa25f334944f4464fbb0086672286865ae7c
install/uninstall.php
@@ -95,7 +95,15 @@
   // Delete the ispconfig files
   exec('rm -rf /usr/local/ispconfig');
   
//   echo "Please do not forget to delete the ispconfig user in the mysql.user table.\n\n";
   // Delete various other files
   @unlink("/usr/local/bin/ispconfig_update.sh");
   @unlink("/usr/local/bin/ispconfig_update_from_svn.sh");
   @unlink("/var/spool/mail/ispconfig");
   @unlink("/var/www/ispconfig");
   @unlink("/var/www/php-fcgi-scripts/ispconfig");
   @unlink("/var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter");
   echo "Backups in /var/backup/ and log files in /var/log/ispconfig are not deleted.";
   echo "Finished uninstalling.\n";
} else {