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 d5be896 commit 76ada3eCopy full SHA for 76ada3e
install/uninstall.php
@@ -1,7 +1,7 @@
1
<?php
2
3
/*
4
-Copyright (c) 2007, Till Brehm, projektfarm Gmbh
+Copyright (c) 2008, Till Brehm, projektfarm Gmbh
5
All rights reserved.
6
7
Redistribution and use in source and binary forms, with or without modification,
@@ -38,7 +38,8 @@
38
exec("/etc/init.d/mysql start");
39
40
// Deleting the symlink in /var/www
41
-unlink("/var/www/ispconfig");
+unlink("/etc/apache2/sites-enabled/ispconfig.vhost");
42
+unlink("/etc/apache2/sites-available/ispconfig.vhost");
43
44
// Delete the ispconfig files
45
exec('rm -rf /usr/local/ispconfig');
0 commit comments