diff --git a/server/plugins-available/website_symlink_plugin.inc.php b/server/plugins-available/website_symlink_plugin.inc.php index f40e59947b522e83b3972c24a477502c3306cca0..a17732c5e4abcceb1ecdc96f73f98387d0e21c63 100644 --- a/server/plugins-available/website_symlink_plugin.inc.php +++ b/server/plugins-available/website_symlink_plugin.inc.php @@ -24,9 +24,12 @@ class website_symlink_plugin { public function onInstall() { global $conf; + // Enable the following code section to activate the plugin automatically at install time + /* if ($conf['services']['web'] == true) { return true; } + */ return false; }