From bb5014b8da5a9030eacfa9d878fb4b04635b5ff5 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 29 Oct 2012 18:29:40 +0100 Subject: [PATCH] rename config file to app config --- developer_manual/configfile.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/developer_manual/configfile.rst b/developer_manual/configfile.rst index 4a42acacf..e607c396d 100644 --- a/developer_manual/configfile.rst +++ b/developer_manual/configfile.rst @@ -1,5 +1,5 @@ -Config file -=========== +App config +========== Using alternative app directories --------------------------------- @@ -24,4 +24,4 @@ ownCloud can be set to use a custom app directory in /config/config.php. Customi ), ), -ownCloud will use the first app directory which it finds in the array with 'writable' set to true. \ No newline at end of file +ownCloud will use the first app directory which it finds in the array with 'writable' set to true.