This repository has been archived on 2026-02-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
module-weather/index.php

14 lines
184 B
PHP

<?php
/**
* AVE.cms - module Weather
*
* @package AVE.cms
* @author N.Popova, npop@abv.bg
* @subpackage mod_weather
* @filesource
*/
header('Location:/index.php?');
exit;
?>