diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-09-29 18:08:54 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-10-02 18:00:23 +0200 |
commit | bb136b9adf021cb154ff05222d3439373312bbc5 (patch) | |
tree | a6fccf936b0a40c7d48d55a23f4897b0332c3192 /settings/ajax/changepassword.php | |
parent | 210ea4d9d9a3488918c898beb6d6508c60686ad1 (diff) | |
download | nextcloud-server-bb136b9adf021cb154ff05222d3439373312bbc5.tar.gz nextcloud-server-bb136b9adf021cb154ff05222d3439373312bbc5.zip |
Make the settings ajax calls use the router
Diffstat (limited to 'settings/ajax/changepassword.php')
-rw-r--r-- | settings/ajax/changepassword.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/settings/ajax/changepassword.php b/settings/ajax/changepassword.php index b251fea504b..200fdec26de 100644 --- a/settings/ajax/changepassword.php +++ b/settings/ajax/changepassword.php @@ -1,7 +1,5 @@ <?php -// Init owncloud -require_once '../../lib/base.php'; OCP\JSON::callCheck(); $username = isset($_POST["username"]) ? $_POST["username"] : OC_User::getUser(); |