Completed
Push — development ( 477849...8fd89f )
by Nils
07:48
created
profile.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -160,7 +160,7 @@
 block discarded – undo
160 160
 
161 161
 // if DUOSecurity enabled then changing PWD is not allowed
162 162
 if (!isset($_SESSION['settings']['duo']) || $_SESSION['settings']['duo'] == 0) {
163
-   echo '
163
+    echo '
164 164
     <div id="div_change_password" style="display:none; padding:5px;" class="ui-widget ui-state-default">
165 165
         <div style="text-align:center;margin:5px;padding:3px;" id="change_pwd_complexPw" class="ui-widget ui-state-active ui-corner-all"></div>
166 166
         <label for="new_pw" class="form_label">'.$LANG['index_new_pw'].' :</label>
Please login to merge, or discard this patch.