tbrehm
2010-01-22 ff70758f2e572c375b2fa94fe71c2c207b3217ad
Fixed a typo in apache2_plugin.inc.php
1 files modified
2 ■■■ changed files
server/plugins-available/apache2_plugin.inc.php 2 ●●● patch | view | raw | blame | history
server/plugins-available/apache2_plugin.inc.php
@@ -715,7 +715,7 @@
            $fcgi_tpl->setVar('security_level',intval($web_config["security_level"]));
            
            $php_open_basedir = ($data["new"]["php_open_basedir"] == '')?$data["new"]["document_root"]:$data["new"]["php_open_basedir"];
            $cgi_tpl->setVar('open_basedir', escapeshellcmd($php_open_basedir));
            $fcgi_tpl->setVar('open_basedir', escapeshellcmd($php_open_basedir));
                
            $fcgi_starter_script = escapeshellcmd($fastcgi_starter_path.$fastcgi_config["fastcgi_starter_script"]);
            file_put_contents($fcgi_starter_script,$fcgi_tpl->grab());