Skip to content
Snippets Groups Projects
Commit f9626973 authored by Till Brehm's avatar Till Brehm
Browse files

Update website_symlink_plugin.inc.php

parent 2cd49f48
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
......
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