mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Hint to default data directory
not to before submitted data directory. Thanks to bartv2 for the heads up.
This commit is contained in:
parent
d759dca203
commit
3ab97312b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue