This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
friendica
/
friendica
mirror of
https://github.com/friendica/friendica.git
Watch
1
Star
2
Fork
1
Code
Issues
Releases
49
Wiki
Activity
Browse Source
typo
pull/3123/head
Tobias Diekershoff
4 years ago
parent
703628cd01
commit
af699940d4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
mod/install.php
+ 1
- 1
mod/install.php
View File
@ -261,7 +261,7 @@ function install_content(App $a) {
'$dbhost'
=>
array
(
'dbhost'
,
t
(
'Database Server Name'
),
$dbhost
,
''
,
'required'
),
'$dbuser'
=>
array
(
'dbuser'
,
t
(
'Database Login Name'
),
$dbuser
,
''
,
'required'
,
'autofocus'
),
'$dbpass'
=>
array
(
'dbpass'
,
t
(
'Database Login Password'
),
$dbpass
,
t
(
"
For security reasons th
r
password must not be empty
"
),
'required'
),
'$dbpass'
=>
array
(
'dbpass'
,
t
(
'Database Login Password'
),
$dbpass
,
t
(
"
For security reasons th
e
password must not be empty
"
),
'required'
),
'$dbdata'
=>
array
(
'dbdata'
,
t
(
'Database Name'
),
$dbdata
,
''
,
'required'
),
'$adminmail'
=>
array
(
'adminmail'
,
t
(
'Site administrator email address'
),
$adminmail
,
t
(
'Your account email address must match this in order to use the web admin panel.'
),
'required'
,
'autofocus'
,
'email'
),
Write
Preview
Loading…
Cancel
Save