mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-13 20:06:57 +01:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -108,7 +108,7 @@
|
||||
|
||||
<div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label">
|
||||
<input id="dbhost" name="dbhost" type="text" required class="mdl-textfield__input fg-blue100"
|
||||
value="<?php echo $dbhost; ?>" autocomplete="off" autofocus pattern="[0-9a-zA-Z_-\.]+">
|
||||
value="<?php echo $dbhost; ?>" autocomplete="off" autofocus pattern="[0-9a-zA-Z_\-\.]+">
|
||||
<label class="mdl-textfield__label"
|
||||
for="dbhost"><?php echo _('Servidor BBDD para sysPass'); ?></label>
|
||||
</div>
|
||||
@@ -150,4 +150,4 @@
|
||||
$('#frmInstall').submit();
|
||||
});
|
||||
};
|
||||
</script>
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user