diff options
Diffstat (limited to 'src')
-rwxr-xr-x | src/server/plugins-available/apache2_plugin.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/plugins-available/apache2_plugin.inc.php b/src/server/plugins-available/apache2_plugin.inc.php index 2ba7efe..daf3f9d 100755 --- a/src/server/plugins-available/apache2_plugin.inc.php +++ b/src/server/plugins-available/apache2_plugin.inc.php @@ -1023,7 +1023,7 @@ class apache2_plugin { if($web_config["website_symlinks_rel"] == 'y') { $this->create_relative_link(escapeshellcmd($bundle_tmp_file), escapeshellcmd($bundle_file)); } else { - exec("ln -s ".escapeshellcmd($bundle_tmp_file)." ".escapeshellcmd($crt_file)); + exec("ln -s ".escapeshellcmd($bundle_tmp_file)." ".escapeshellcmd($bundle_file)); } /* we don't need to store it. |