We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 310f4c2 commit fa4f34fCopy full SHA for fa4f34f
install/uninstall.php
@@ -75,6 +75,15 @@
75
// Delete the ispconfig files
76
exec('rm -rf /usr/local/ispconfig');
77
78
+// Delete various other files
79
+@unlink("/usr/local/bin/ispconfig_update.sh");
80
+@unlink("/usr/local/bin/ispconfig_update_from_svn.sh");
81
+@unlink("/var/spool/mail/ispconfig");
82
+@unlink("/var/www/ispconfig");
83
+@unlink("/var/www/php-fcgi-scripts/ispconfig");
84
+@unlink("/var/www/php-fcgi-scripts/ispconfig/.php-fcgi-starter");
85
+
86
+echo "Backups in /var/backup/ and log files in /var/log/ispconfig are not deleted.";
87
echo "Please do not forget to delete the ispconfig user in the mysql.user table.\n\n";
88
89
echo "Finished.\n";
0 commit comments