testing git setup - no major change made in code yet

only added a few comments
This commit is contained in:
ninadsp
2010-05-23 01:22:01 +05:30
parent 40ee06f0b6
commit bed1948d04
930 changed files with 30 additions and 0 deletions

12
js/server_privileges.js Normal file → Executable file
View File

@@ -93,3 +93,15 @@ function suggestPassword(passwd_form) {
passwd_form.text_pma_pw2.value = passwd.value;
return true;
}
/**
* Add all AJAX scripts for server_privileges page here.
*
* Actions to be ajaxified here:
* Add a new user
* Revoke a user (and also drop databases with same name as user)
* Edit privileges
* Export privileges
* Paginate table of users
* Flush privileges
*/