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 5c14b6a commit 3b273a3Copy full SHA for 3b273a3
install/dist/lib/fedora.lib.php
@@ -966,7 +966,7 @@ public function install_ispconfig()
966
}
967
968
969
- // create symlinks from /usr/share to phpMyAdmin and SquirrelMail, if they are installed
+ // create symlink from /usr/share/phpmyadmin to /usr/share/phpMyAdmin, if it is installed
970
if(!@file_exists('/usr/share/phpmyadmin') && @is_dir('/usr/share/phpMyAdmin')) symlink('/usr/share/phpMyAdmin/','/usr/share/phpmyadmin');
971
972
0 commit comments