Skip to content

Commit f962697

Browse files
author
Till Brehm
committed
Update website_symlink_plugin.inc.php
1 parent 2cd49f4 commit f962697

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

server/plugins-available/website_symlink_plugin.inc.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,12 @@ class website_symlink_plugin {
2424
public function onInstall() {
2525
global $conf;
2626

27+
// Enable the following code section to activate the plugin automatically at install time
28+
/*
2729
if ($conf['services']['web'] == true) {
2830
return true;
2931
}
32+
*/
3033

3134
return false;
3235
}

0 commit comments

Comments
 (0)