Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Massimiliano
ISPConfig 3
Commits
f9626973
Commit
f9626973
authored
Nov 05, 2018
by
Till Brehm
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update website_symlink_plugin.inc.php
parent
2cd49f48
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
server/plugins-available/website_symlink_plugin.inc.php
server/plugins-available/website_symlink_plugin.inc.php
+3
-0
No files found.
server/plugins-available/website_symlink_plugin.inc.php
View file @
f9626973
...
...
@@ -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
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment