core/api/modules/robots/index.php

6 lines
83 B
PHP
Raw Normal View History

2023-08-28 22:47:07 +05:00
<?php
$smarty -> caching = false;
$smarty -> cache_lifetime = 3600;
echo '123';
?>