mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-04 07:34:09 +01:00
* [ADD] Allows to use UNIX socket for MySQL DB connection. Related #382
This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
<input id="dbhost" name="dbhost" type="text" required
|
||||
class="mdl-textfield__input mdl-color-text--indigo-400"
|
||||
value="localhost" autocomplete="off" autofocus
|
||||
pattern="([0-9a-zA-Z._-]+|([0-9]{1,3}.)+)(:[0-9]{1,5})?">
|
||||
pattern="([0-9a-zA-Z._-]+|([0-9]{1,3}.)+)(:[0-9]{1,5})?|unix:.*">
|
||||
<label class="mdl-textfield__label"
|
||||
for="dbhost"><?php echo __('Servidor BBDD para sysPass'); ?></label>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user