only show restart command of php-fcgi for nginx if fcgid/fpm is not used

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2015-02-11 08:25:19 +01:00
parent 1f24ca9ba2
commit d6c708e6ee
5 changed files with 35 additions and 7 deletions

View File

@@ -185,7 +185,6 @@ function getFileContentContainer($file_content, &$replace_arr, $realname)
if ($file_content != '') {
$file_content = strtr($file_content, $replace_arr);
$file_content = htmlspecialchars($file_content);
$numbrows = count(explode("\n", $file_content));
eval("\$files=\"" . getTemplate("configfiles/configfiles_file") . "\";");
}
return $files;