aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Alouit <alexandre.alouit@gmail.com>2015-12-07 07:57:31 +0100
committerAlexandre Alouit <alexandre.alouit@gmail.com>2015-12-07 07:57:31 +0100
commit4e249a77ad52eaee93ba364bde4ca1fe86fa2813 (patch)
treec8e66965d9e395fcf585a1c6e4aa0c158f4f0af4
parent3d4bfa4de298331405f79a05863509968df35a75 (diff)
parent2a404b413784a5f74784b8261fc935c99d09a083 (diff)
Merge pull request #10 from TheOtherAirForce/ISPConfig-3.0.5.4p8
Fix bundle symlink for Apache
-rwxr-xr-xsrc/server/plugins-available/apache2_plugin.inc.php2
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.