summaryrefslogtreecommitdiffstats
path: root/apps/files_external/ajax
diff options
context:
space:
mode:
authorBjörn Schießle <schiessle@owncloud.com>2013-02-18 14:38:29 +0100
committerBjörn Schießle <schiessle@owncloud.com>2013-02-18 14:38:29 +0100
commit4a3374ecf86d21b5769eeae26b32a151025f2584 (patch)
tree2607170ec401e10ff8937a1b15fe7b472a82350d /apps/files_external/ajax
parent3b9796bfcce38e6e4138ffc68f5a2ff6e34492a0 (diff)
downloadnextcloud-server-4a3374ecf86d21b5769eeae26b32a151025f2584.tar.gz
nextcloud-server-4a3374ecf86d21b5769eeae26b32a151025f2584.zip
fix redirect, use the new routing
Diffstat (limited to 'apps/files_external/ajax')
-rw-r--r--apps/files_external/ajax/addRootCertificate.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files_external/ajax/addRootCertificate.php b/apps/files_external/ajax/addRootCertificate.php
index 7794238ab36..43fd6752c4a 100644
--- a/apps/files_external/ajax/addRootCertificate.php
+++ b/apps/files_external/ajax/addRootCertificate.php
@@ -37,5 +37,5 @@ if ( $isValid ) {
OCP\Util::WARN);
}
-header('Location: settings/personal.php');
+header('Location:' . OCP\Util::linkToRoute( "settings_personal" ));
exit;