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.
2 parents c1f1305 + 7c4df98 commit f586f50Copy full SHA for f586f50
install/patches/upd_0100.php
@@ -2,7 +2,7 @@
2
3
if(!defined('INSTALLER_RUN')) die('Patch update file access violation.');
4
5
-class upd_0099 extends installer_patch_update {
+class upd_0100 extends installer_patch_update {
6
7
public function onAfterSQL() {
8
global $inst;
@@ -12,7 +12,6 @@ public function onAfterSQL() {
12
unlink('/usr/local/ispconfig/server/plugins-available/nginx_reverseproxy_plugin.inc.php');
13
if(!is_link('/usr/local/ispconfig/server/plugins-enabled/bind_dlz_plugin.inc.php'))
14
unlink('/usr/local/ispconfig/server/plugins-available/bind_dlz_plugin.inc.php');
15
-
16
}
17
18
0 commit comments