From ed37c7085d1750a863a67ba5e9faf74fe4f1eb0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20=C5=81ojewski?= Date: Mon, 9 Jul 2018 19:21:53 +0200 Subject: User quota from SQL --- templates/admin.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates') diff --git a/templates/admin.php b/templates/admin.php index 14d4683..f64c847 100644 --- a/templates/admin.php +++ b/templates/admin.php @@ -131,6 +131,7 @@ function print_select_options( print_select_options($l, "opt-crypto_class", "Hash algorithm", $hashes, $_['opt.crypto_class']); print_select_options($l, "opt-email_sync", "Email sync", ["" => "None", "initial" => "Synchronise only once", "force_nc"=>"Nextcloud always wins", "force_sql"=>"SQL always wins"], $_['opt.email_sync']); + print_select_options($l, "opt-quota_sync", "Quota sync", ["" => "None", "initial" => "Synchronise only once", "force_nc"=>"Nextcloud always wins", "force_sql"=>"SQL always wins"], $_['opt.quota_sync']); print_select_options($l, "opt-home_mode", "Home mode", ["" => "Default", "query" => "Query", "static" => "Static"], $_['opt.home_mode']); print_text_input($l, "opt-home_location", "Home Location", $_['opt.home_location']); ?> @@ -144,6 +145,7 @@ function print_select_options(