|
<?php
|
|
|
|
// This file defines the lifetime of public php pages
|
|
define('TEAM_PAGE_TTL',3600);
|
|
define('USER_PAGE_TTL',3600);
|
|
define('USER_PROFILE_TTL',3600);
|
|
define('TOP_PAGES_TTL',43200);
|
|
define('DOWNLOAD_PAGE_TTL',3600);
|
|
define('INDEX_PAGE_TTL',3600);
|
|
|
|
?>
|