Skip to content

Commit 76ada3e

Browse files
committed
Fixed a bug in uninstall script.
1 parent d5be896 commit 76ada3e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

install/uninstall.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/*
4-
Copyright (c) 2007, Till Brehm, projektfarm Gmbh
4+
Copyright (c) 2008, Till Brehm, projektfarm Gmbh
55
All rights reserved.
66
77
Redistribution and use in source and binary forms, with or without modification,
@@ -38,7 +38,8 @@
3838
exec("/etc/init.d/mysql start");
3939

4040
// Deleting the symlink in /var/www
41-
unlink("/var/www/ispconfig");
41+
unlink("/etc/apache2/sites-enabled/ispconfig.vhost");
42+
unlink("/etc/apache2/sites-available/ispconfig.vhost");
4243

4344
// Delete the ispconfig files
4445
exec('rm -rf /usr/local/ispconfig');

0 commit comments

Comments
 (0)