allow command line based installation/setup
This commit is contained in:
parent
f496a9dea6
commit
967c6d7d3c
|
@ -257,7 +257,7 @@ class OC_Setup {
|
||||||
OC_Installer::installShippedApps();
|
OC_Installer::installShippedApps();
|
||||||
|
|
||||||
//create htaccess files for apache hosts
|
//create htaccess files for apache hosts
|
||||||
if (strstr($_SERVER['SERVER_SOFTWARE'], 'Apache')) {
|
if (isset($_SERVER['SERVER_SOFTWARE']) && strstr($_SERVER['SERVER_SOFTWARE'], 'Apache')) {
|
||||||
self::createHtaccess();
|
self::createHtaccess();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue