clean variable after subfile-block

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2015-02-09 14:28:24 +01:00
parent 095f1df947
commit b8e548d1df

View File

@@ -145,6 +145,7 @@ if ($userinfo['change_serversettings'] == '1') {
eval("\$commands_post=\"" . getTemplate("configfiles/configfiles_commands") . "\";");
}
eval("\$configpage.=\"" . getTemplate("configfiles/configfiles_subfileblock") . "\";");
$commands = '';
$commands_pre = '';
$commands_post = '';
break;