diff options
author | kondou <kondou@ts.unde.re> | 2013-04-16 09:54:34 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-04-16 09:54:34 +0200 |
commit | 3ab97312b8ee1f0487ced163e9b9a7474306d8db (patch) | |
tree | 1a3005f6d69f3ce08305a93057664b0ee3f2a36d /core/templates/installation.php | |
parent | d759dca2038c669a59168a168a1e047392a157b4 (diff) | |
download | nextcloud-server-3ab97312b8ee1f0487ced163e9b9a7474306d8db.tar.gz nextcloud-server-3ab97312b8ee1f0487ced163e9b9a7474306d8db.zip |
Hint to default data directory
not to before submitted data directory.
Thanks to bartv2 for the heads up.
Diffstat (limited to 'core/templates/installation.php')
-rw-r--r-- | core/templates/installation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php index 79510042307..4219f042a54 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -63,7 +63,7 @@ <div id="datadirContent"> <label for="directory"><?php p($l->t( 'Data folder' )); ?></label> <input type="text" name="directory" id="directory" - placeholder="<?php p(OC_Helper::init_var('directory', $_['directory'])); ?>" + placeholder="<?php p(OC::$SERVERROOT."/data"); ?>" value="<?php p(OC_Helper::init_var('directory', $_['directory'])); ?>" /> </div> </fieldset> |