Files
ave-cms-alt/inc/index.php
2025-09-18 17:05:50 +05:00

17 lines
193 B
PHP

<?php
/**
* AVE.cms
*
* @package AVE.cms
* @version 3.x
* @filesource
* @copyright © 2007-2014 AVE.cms, http://www.ave-cms.ru
*
* @license GPL v.2
*/
header('Location:/');
exit;
?>