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
9faf2502
Commit
9faf2502
authored
Dec 21, 2016
by
Sourav Badami
Committed by
Vincent Petry
Dec 21, 2016
Browse files
Fix #24219: Added hint for specifying a port. (#26860)
* Added hint for specifying a port. * Minor changes.
parent
f3c03737
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/templates/installation.php
View file @
9faf2502
...
...
@@ -142,6 +142,9 @@ script('core', [
value=
"
<?php
p
(
$_
[
'dbhost'
]);
?>
"
autocomplete=
"off"
autocapitalize=
"off"
autocorrect=
"off"
>
</p>
<p
class=
"info"
>
<?php
p
(
$l
->
t
(
'Please specify the port number along with the host name (e.g., localhost: 5432).'
));
?>
</p>
</div>
</fieldset>
<?php
endif
;
?>
...
...
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