Adding new setting for mod_php users to specify content of the global directory options file, fixes #1638

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2016-07-14 08:25:28 +02:00
parent 1c369e5503
commit 8366e57512
6 changed files with 118 additions and 68 deletions

View File

@@ -3385,3 +3385,12 @@ if (isDatabaseVersion('201605180')) {
updateToDbVersion('201606190');
}
if (isDatabaseVersion('201606190')) {
showUpdateStep("Adding new setting for mod_php users to specify content of the global directory options file");
Settings::AddNew("system.apacheglobaldiropt", "");
lastStepStatus(0);
updateToDbVersion('201607140');
}