mirror of
https://github.com/nextcloud/server.git
synced 2026-04-20 22:00:39 -04:00
External: Use OC_Util::checkLoggedIn
This commit is contained in:
parent
777804fac2
commit
a37bd93222
1 changed files with 1 additions and 6 deletions
7
apps/external/index.php
vendored
7
apps/external/index.php
vendored
|
|
@ -23,12 +23,7 @@
|
|||
|
||||
require_once('../../lib/base.php');
|
||||
|
||||
// Check if we are a user
|
||||
if( !OC_User::isLoggedIn()){
|
||||
header( "Location: ".OC_Helper::linkTo( '', 'index.php' ));
|
||||
exit();
|
||||
}
|
||||
|
||||
OC_Util::checkLoggedIn();
|
||||
|
||||
if(isset($_GET['id'])){
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue