From f96269735b7f9dd7f49131fda5fc4bf9d9e428cb Mon Sep 17 00:00:00 2001 From: Till Brehm Date: Mon, 5 Nov 2018 15:56:04 +0100 Subject: [PATCH] Update website_symlink_plugin.inc.php --- server/plugins-available/website_symlink_plugin.inc.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/server/plugins-available/website_symlink_plugin.inc.php b/server/plugins-available/website_symlink_plugin.inc.php index f40e59947..a17732c5e 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; } -- GitLab