mirror of
https://github.com/devcode-it/openstamanager.git
synced 2024-12-12 08:26:20 +01:00
11 lines
234 B
PHP
Executable File
11 lines
234 B
PHP
Executable File
<?php
|
|
|
|
include_once __DIR__.'/../../core.php';
|
|
|
|
echo '
|
|
<div class="row">
|
|
<div class="col-md-12">
|
|
{[ "type": "password", "label": "'.tr('Password').'", "name": "password", "strength": "#submit-button" ]}
|
|
</div>
|
|
</div>';
|