Skip to content

Commit 3b273a3

Browse files
committed
1 parent 5c14b6a commit 3b273a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/dist/lib/fedora.lib.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -966,7 +966,7 @@ public function install_ispconfig()
966966
}
967967
}
968968

969-
// create symlinks from /usr/share to phpMyAdmin and SquirrelMail, if they are installed
969+
// create symlink from /usr/share/phpmyadmin to /usr/share/phpMyAdmin, if it is installed
970970
if(!@file_exists('/usr/share/phpmyadmin') && @is_dir('/usr/share/phpMyAdmin')) symlink('/usr/share/phpMyAdmin/','/usr/share/phpmyadmin');
971971
}
972972

0 commit comments

Comments
 (0)