Update core/lostpassword/resetpassword.php

This commit is contained in:
Thomas Müller 2012-09-04 13:09:25 +03:00
parent 395ea2a028
commit 97e4647ad5
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
*/
$RUNTIME_NOAPPS = TRUE; //no apps
require_once('../../lib/base.php');
require_once '../../lib/base.php';
// Someone wants to reset their password:
if(isset($_GET['token']) && isset($_GET['user']) && OC_Preferences::getValue($_GET['user'], 'owncloud', 'lostpassword') === $_GET['token']) {