14 lines
184 B
PHP
Raw Normal View History

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