5 lines
107 B
PHP
Executable File
5 lines
107 B
PHP
Executable File
<?php
|
|
header("HTTP/1.1 404 Not Found");
|
|
$smarty -> caching = true;
|
|
$smarty -> cache_lifetime = 3600;
|
|
?>
|