File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ function test_input($data)
141
141
<?php if (!isset ($ register )):?>
142
142
<h2 style="margin: 0 0 10px;font-family: Helvetica,sans-serif;">Settings</h2>
143
143
<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>
145
145
<p class="cAx">Database:</p>
146
146
<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>
147
147
<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>
You can’t perform that action at this time.
0 commit comments