summaryrefslogtreecommitdiffstats
path: root/17.0/fpm/config/autoconfig.php
diff options
context:
space:
mode:
Diffstat (limited to '17.0/fpm/config/autoconfig.php')
-rw-r--r--17.0/fpm/config/autoconfig.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/17.0/fpm/config/autoconfig.php b/17.0/fpm/config/autoconfig.php
index deeabe4e..5bb85d42 100644
--- a/17.0/fpm/config/autoconfig.php
+++ b/17.0/fpm/config/autoconfig.php
@@ -23,9 +23,5 @@ if (getenv('SQLITE_DATABASE')) {
}
if ($autoconfig_enabled) {
- if (getenv('NEXTCLOUD_TABLE_PREFIX')) {
- $AUTOCONFIG["dbtableprefix"] = getenv('NEXTCLOUD_TABLE_PREFIX');
- }
-
$AUTOCONFIG["directory"] = getenv('NEXTCLOUD_DATA_DIR') ?: "/var/www/html/data";
}