Skip to content

Commit 592cef2

Browse files
committed
Typo
1 parent fed94b2 commit 592cef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/install.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ function test_input($data)
141141
<?php if (!isset($register)):?>
142142
<h2 style="margin: 0 0 10px;font-family: Helvetica,sans-serif;">Settings</h2>
143143
<form method="post" action="<?php echo htmlspecialchars($_SERVER["PHP_SELF"]);?>">
144-
<div class="input"><label for="steamwebapi-key">Steam WebAPI Key:</label><input id="steamwebapi-key" class="inputstyle" name="steamwebapi-key" type="password" required="required" minlength="32" maxlength="32" placeholder="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" autocomplete="off" <?php if (isset($STEAMWEBAPI_KEY)){echo "value=$STEAMWEBAPI_KEY";}?>></div>
144+
<div class="input"><label for="steamwebapi-key">Steam Web API Key:</label><input id="steamwebapi-key" class="inputstyle" name="steamwebapi-key" type="password" required="required" minlength="32" maxlength="32" placeholder="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" autocomplete="off" <?php if (isset($STEAMWEBAPI_KEY)){echo "value=$STEAMWEBAPI_KEY";}?>></div>
145145
<p class="cAx">Database:</p>
146146
<div class="input"><label for="input-ip">IP:</label><input id="input-ip" class="inputstyle" name="input-ip" type="text" minlength="3" maxlength="40" required="required" placeholder="xxx.xxx.xxx.xx" autocomplete="off" <?php if (isset($DB_SERVER)){echo "value=$DB_SERVER";}?>></div>
147147
<div class="input"><label for="input-username">Username:</label><input id="input-username" class="inputstyle" name="input-username" type="text" minlength="2" maxlength="15" placeholder="xxxxx" autocomplete="off" <?php if (isset($DB_USERNAME)){echo "value=$DB_USERNAME";}?>></div>

0 commit comments

Comments
 (0)