Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F99155258
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
Tue, Jan 21, 19:34
Size
535 B
Mime Type
text/x-php
Expires
Thu, Jan 23, 19:34 (2 d)
Engine
blob
Format
Raw Data
Handle
23721720
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