14 lines
184 B
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;
|
|
|
|
?>
|