We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cd49f4 commit f962697Copy full SHA for f962697
server/plugins-available/website_symlink_plugin.inc.php
@@ -24,9 +24,12 @@ class website_symlink_plugin {
24
public function onInstall() {
25
global $conf;
26
27
+ // Enable the following code section to activate the plugin automatically at install time
28
+ /*
29
if ($conf['services']['web'] == true) {
30
return true;
31
}
32
+ */
33
34
return false;
35
0 commit comments