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 97b643f commit 5660b94Copy full SHA for 5660b94
install/lib/installer_base.lib.php
@@ -623,7 +623,7 @@ public function install_ispconfig()
623
if ($dh = opendir($dir)) {
624
while (($file = readdir($dh)) !== false) {
625
if($file != '.' && $file != '..') {
626
- symlink($install_dir.'/server/plugins-enabled/'.$file,$install_dir.'/server/plugins-available/'.$file)
+ symlink($install_dir.'/server/plugins-enabled/'.$file,$install_dir.'/server/plugins-available/'.$file);
627
}
628
629
closedir($dh);
0 commit comments