Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-06-14 08:01:11 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2017-06-14 08:01:11 +0300
commit3f632ef7bc592a0dee2fb5a65ffa76a57bcddf59 (patch)
tree30510633cd4a6af7c57256c4d349804f05c8dbab /user_password.php
parent47865ee3bb6383a2f8907a732a353ed93ebada60 (diff)
Move js/zxcvbn.js to js/vendor/zxcvbn.js
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'user_password.php')
-rw-r--r--user_password.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/user_password.php b/user_password.php
index 413bea3e9d..5d7323ceaf 100644
--- a/user_password.php
+++ b/user_password.php
@@ -25,7 +25,7 @@ $response = Response::getInstance();
$header = $response->getHeader();
$scripts = $header->getScripts();
$scripts->addFile('server_privileges.js');
-$scripts->addFile('zxcvbn.js');
+$scripts->addFile('vendor/zxcvbn.js');
/**
* Displays an error message and exits if the user isn't allowed to use this