Skip to content
Snippets Groups Projects
Commit 5c14b6a9 authored by Falko Timme's avatar Falko Timme
Browse files

- Fedora installer: create a symlink from /usr/share/phpmyadmin to...

- Fedora installer: create a symlink from /usr/share/phpmyadmin to /usr/share/phpMyAdmin (nginx only).
parent c93ee182
No related branches found
No related tags found
No related merge requests found
......@@ -965,6 +965,9 @@ class installer_dist extends installer_base {
symlink($vhost_conf_dir.'/ispconfig.vhost',$vhost_conf_enabled_dir.'/000-ispconfig.vhost');
}
}
// create symlinks from /usr/share to phpMyAdmin and SquirrelMail, if they are installed
if(!@file_exists('/usr/share/phpmyadmin') && @is_dir('/usr/share/phpMyAdmin')) symlink('/usr/share/phpMyAdmin/','/usr/share/phpmyadmin');
}
// Make the Clamav log files readable by ISPConfig
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment