Skip to content

Commit ab8a2f2

Browse files
committed
Small fix: &logout
1 parent 1e07410 commit ab8a2f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appinfo/app.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function testRedirectUri($uri, $localPath){
128128
if(OCP\App::isEnabled('files_sharding') && OCP\User::isLoggedIn() && strlen($uri)>1 &&
129129
testRedirectUri($uri, '/index.php/settings') &&
130130
testRedirectUri($uri, '/index.php/avatar/') &&
131-
strpos($uriFull, '?logout=')===false &&
131+
strpos($uriFull, '?logout=')===false && strpos($uriFull, '&logout=')===false &&
132132
testRedirectUri($uri, '/ajax/') &&
133133
testRedirectUri($uri, '/jqueryFileTree.php') &&
134134
testRedirectUri($uri, '/firstrunwizard/') &&

0 commit comments

Comments
 (0)