From 97270d5c63d47bcf65a4604f9b744f7e4718f1d6 Mon Sep 17 00:00:00 2001 From: Robin Date: Tue, 16 Mar 2010 20:25:05 +0100 Subject: moved the config functions to /inc/lib_config.php --- settings/index.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'settings') diff --git a/settings/index.php b/settings/index.php index 21b57216f2b..a34a551e922 100755 --- a/settings/index.php +++ b/settings/index.php @@ -26,8 +26,12 @@ require_once('../inc/lib_base.php'); OC_UTIL::showheader(); +//uncheck the create and fill db options on default. +$createDB=false; +$fillDB=false; + echo('
'); -OC_UTIL::showconfigform(); +OC_CONFIG::showconfigform(); echo('
'); -- cgit v1.2.3