Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
3ab97312
Commit
3ab97312
authored
Apr 16, 2013
by
kondou
Browse files
Hint to default data directory
not to before submitted data directory. Thanks to bartv2 for the heads up.
parent
d759dca2
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/templates/installation.php
View file @
3ab97312
...
@@ -63,7 +63,7 @@
...
@@ -63,7 +63,7 @@
<div
id=
"datadirContent"
>
<div
id=
"datadirContent"
>
<label
for=
"directory"
>
<?php
p
(
$l
->
t
(
'Data folder'
));
?>
</label>
<label
for=
"directory"
>
<?php
p
(
$l
->
t
(
'Data folder'
));
?>
</label>
<input
type=
"text"
name=
"directory"
id=
"directory"
<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'
]));
?>
"
/>
value=
"
<?php
p
(
OC_Helper
::
init_var
(
'directory'
,
$_
[
'directory'
]));
?>
"
/>
</div>
</div>
</fieldset>
</fieldset>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment