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

5 lines
107 B
PHP
Executable File

<?php
header("HTTP/1.1 404 Not Found");
$smarty -> caching = true;
$smarty -> cache_lifetime = 3600;
?>