From 2a404b413784a5f74784b8261fc935c99d09a083 Mon Sep 17 00:00:00 2001 From: TheOtherAirForce Date: Mon, 7 Dec 2015 00:59:47 -0500 Subject: Update apache2_plugin.inc.php --- src/server/plugins-available/apache2_plugin.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3