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 c93ee18 commit 5c14b6aCopy full SHA for 5c14b6a
install/dist/lib/fedora.lib.php
@@ -965,6 +965,9 @@ public function install_ispconfig()
965
symlink($vhost_conf_dir.'/ispconfig.vhost',$vhost_conf_enabled_dir.'/000-ispconfig.vhost');
966
}
967
968
+
969
+ // create symlinks from /usr/share to phpMyAdmin and SquirrelMail, if they are installed
970
+ if(!@file_exists('/usr/share/phpmyadmin') && @is_dir('/usr/share/phpMyAdmin')) symlink('/usr/share/phpMyAdmin/','/usr/share/phpmyadmin');
971
972
973
// Make the Clamav log files readable by ISPConfig
0 commit comments