core/api/modules/qrobot/index.php

16 lines
381 B
PHP
Executable File

<?php
/*
20.11.2017 добавлен поиск по алиасу (ЧПУ) /alias.html
22.03.2021: Почти все засунуто в ООП
12.04.2022 доработка карты сайта под новый движок
*/
header('Content-Type: text/txt');
ini_set('display_errors', 0 );
$smarty -> caching = true;
$smarty -> cache_lifetime = 1086400;
?>