Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F324224
logout.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Nov 24, 4:52 PM
Size
363 B
Mime Type
text/x-php
Expires
Tue, Nov 26, 4:52 PM (23 h, 57 m)
Engine
blob
Format
Raw Data
Handle
156094
Attached To
rDIADOSIS diadosis web portal
logout.php
View Options
<?php
include
(
"modules/login.php"
);
session_start
();
$_SESSION
[
'db'
]
=
new
Db
();
if
(
isset
(
$_SESSION
[
'biblio'
]))
$url
=
"index.php?biblio_login=heal_hosp_login"
;
else
{
$params
=
"?return="
.
getConstVar
(
"HTTPROOTDIRSHIB"
)
.
"/index.php"
;
$url
=
"https://diadosis.grnet.gr/Shibboleth.sso/Logout"
.
$params
;
}
LoginSession
::
logout
();
gotourl
(
$url
);
?>
Event Timeline
Log In to Comment