Update settings/ajax/changepassword.php

respect coding style
This commit is contained in:
Thomas Müller 2012-09-04 12:32:27 +03:00
parent 8bea9f34e6
commit 69240afd7a
1 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
<?php
// Init owncloud
require_once('../../lib/base.php');
require_once '../../lib/base.php';
OCP\JSON::callCheck();
$username = isset($_POST["username"]) ? $_POST["username"] : OC_User::getUser();