prokat/api/modules/robots/index.php
2025-06-16 18:28:08 +05:00

6 lines
83 B
PHP
Executable File

<?php
$smarty -> caching = false;
$smarty -> cache_lifetime = 3600;
echo '123';
?>