Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92911975
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
Sun, Nov 24, 18:23
Size
535 B
Mime Type
text/x-php
Expires
Tue, Nov 26, 18:23 (2 d)
Engine
blob
Format
Raw Data
Handle
22537364
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