7 lines
77 B
PHP
Executable File
7 lines
77 B
PHP
Executable File
<?php
|
|
$smarty->caching = true;
|
|
$smarty->cache_lifetime = 86400;
|
|
|
|
|
|
|
|
?>
|