mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-12-25 08:20:11 +01:00
fixes a typo in password changing
This commit is contained in:
parent
3e64bcd9d5
commit
35816852f5
@ -97,7 +97,7 @@
|
||||
|
||||
<?php if(PASSWORD_CHANGE_ENABLED == 1) { ?>
|
||||
<div id="search">
|
||||
<form method="post" name="pwdchange" action="index.php?route=common/home" style="margin-bottom: 30px;">
|
||||
<form method="post" name="pwdchange" action="settings.php" style="margin-bottom: 30px;">
|
||||
<div id="ss1" style="margin-top: 10px;">
|
||||
<div class="row">
|
||||
<div class="domaincell"><?php print $text_password; ?>:</div>
|
||||
@ -120,7 +120,7 @@
|
||||
<p> </p>
|
||||
|
||||
<?php } else { ?>
|
||||
<?php print $x; ?>. <a href="index.php?route=common/home"><?php print $text_back; ?></a>
|
||||
<?php print $x; ?>. <a href="settings.php"><?php print $text_back; ?></a>
|
||||
<?php } ?>
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user