6 lines
83 B
PHP
Executable File
6 lines
83 B
PHP
Executable File
<?php
|
|
$smarty -> caching = false;
|
|
$smarty -> cache_lifetime = 3600;
|
|
echo '123';
|
|
|
|
?>
|