|
@@ -15,7 +15,7 @@
|
|
|
* Will verify the input against a set of criteria:
|
|
|
* is every field supplied, does verify password match,
|
|
|
* does current password validate, ..
|
|
|
- * These criteria are (for now) backend-independant.
|
|
|
+ * These criteria are (for now) backend-independent.
|
|
|
*
|
|
|
* @return array Array with zero or more error messages.
|
|
|
*/
|
|
@@ -108,4 +108,4 @@ function cpw_do_change()
|
|
|
session_write_close();
|
|
|
header('Location: '.SM_PATH. 'src/options.php?optmode=submit&plugin_change_password=1');
|
|
|
exit;
|
|
|
-}
|
|
|
+}
|