Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93381379
tequila_config.inc.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Thu, Nov 28, 08:45
Size
535 B
Mime Type
text/x-php
Expires
Sat, Nov 30, 08:45 (2 d)
Engine
blob
Format
Raw Data
Handle
22625992
Attached To
R6831 Tequila PHP client
tequila_config.inc.php
View Options
<?php
$aConfig
=
array
(
'sServer'
=>
'https://tequila.epfl.ch'
,
'iTimeout'
=>
86400
,
'logoutUrl'
=>
"https://localhost/tequila/logout.php"
,
);
/********************************************************
DO NOT EDIT UNDER THIS LINE
********************************************************/
function
GetConfigOption
(
$sOption
,
$sDefault
=
''
)
{
global
$aConfig
;
if
(!
array_key_exists
(
$sOption
,
$aConfig
))
return
(
$sDefault
);
else
return
(
$aConfig
[
$sOption
]);
}
?>
Event Timeline
Log In to Comment