diff options
Diffstat (limited to 'files/ajax')
-rw-r--r-- | files/ajax/rename.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ajax/rename.php b/files/ajax/rename.php index 65763fceb94..7554aa0dd62 100644 --- a/files/ajax/rename.php +++ b/files/ajax/rename.php @@ -1,7 +1,7 @@ <?php // Init owncloud -require_once('../lib/base.php'); +require_once('../../lib/base.php'); // We send json data header( "Content-Type: application/jsonrequest" ); |