myaac/system/pages/news/archive.php
slawkens 60f64e21d8 Rewriting the router v2
To be more flexible
2022-11-28 21:37:25 +01:00

13 lines
256 B
PHP

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