aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheOtherAirForce <conrad@islandwebdesign.ca>2015-12-07 00:59:47 -0500
committerTheOtherAirForce <conrad@islandwebdesign.ca>2015-12-07 00:59:47 -0500
commit2a404b413784a5f74784b8261fc935c99d09a083 (patch)
treec8e66965d9e395fcf585a1c6e4aa0c158f4f0af4
parent3d4bfa4de298331405f79a05863509968df35a75 (diff)
Update apache2_plugin.inc.php
-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.