myaac/system/pages/newsarchive.php
slawkens 6527d21794 * updated version number
* updated to 0.4.2
2017-09-14 08:37:53 +02:00

15 lines
265 B
PHP

<?php
/**
* News archive
*
* @package MyAAC
* @author Gesior <jerzyskalski@wp.pl>
* @author Slawkens <slawkens@gmail.com>
* @copyright 2017 MyAAC
* @version 0.4.2
* @link http://my-aac.org
*/
$_GET['archive'] = true;
require('news.php');
?>