We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e07410 commit ab8a2f2Copy full SHA for ab8a2f2
appinfo/app.php
@@ -128,7 +128,7 @@ function testRedirectUri($uri, $localPath){
128
if(OCP\App::isEnabled('files_sharding') && OCP\User::isLoggedIn() && strlen($uri)>1 &&
129
testRedirectUri($uri, '/index.php/settings') &&
130
testRedirectUri($uri, '/index.php/avatar/') &&
131
- strpos($uriFull, '?logout=')===false &&
+ strpos($uriFull, '?logout=')===false && strpos($uriFull, '&logout=')===false &&
132
testRedirectUri($uri, '/ajax/') &&
133
testRedirectUri($uri, '/jqueryFileTree.php') &&
134
testRedirectUri($uri, '/firstrunwizard/') &&
0 commit comments