Update normal.php

pull/13/head
qkqpttgf 2020-01-16 23:02:18 +08:00 committed by GitHub
parent 9fc29b80ef
commit 7bf4cf09e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ run Writeable.sh.';
} }
$html .= ' $html .= '
<form action="?install1" method="post" onsubmit="return adminnotnull(this);"> <form action="?install1" method="post" onsubmit="return adminnotnull(this);">
<label>admin:<input name="admin" type="password" placeholder="' . getconstStr('EnvironmentsDescription']['admin') . '" size="' . strlen(getconstStr('EnvironmentsDescription')['admin']) . '"></label><br> <label>admin:<input name="admin" type="password" placeholder="' . getconstStr('EnvironmentsDescription')['admin'] . '" size="' . strlen(getconstStr('EnvironmentsDescription')['admin']) . '"></label><br>
language:<br>'; language:<br>';
foreach (getconstStr('languages'] as $key1 => $value1) { foreach (getconstStr('languages'] as $key1 => $value1) {
$html .= ' $html .= '