Skip to content

Commit ff70758

Browse files
committed
Fixed a typo in apache2_plugin.inc.php
1 parent c8cf71f commit ff70758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/plugins-available/apache2_plugin.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ function update($event_name,$data) {
715715
$fcgi_tpl->setVar('security_level',intval($web_config["security_level"]));
716716

717717
$php_open_basedir = ($data["new"]["php_open_basedir"] == '')?$data["new"]["document_root"]:$data["new"]["php_open_basedir"];
718-
$cgi_tpl->setVar('open_basedir', escapeshellcmd($php_open_basedir));
718+
$fcgi_tpl->setVar('open_basedir', escapeshellcmd($php_open_basedir));
719719

720720
$fcgi_starter_script = escapeshellcmd($fastcgi_starter_path.$fastcgi_config["fastcgi_starter_script"]);
721721
file_put_contents($fcgi_starter_script,$fcgi_tpl->grab());

0 commit comments

Comments
 (0)