mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-18 19:53:27 +02:00
Rewriting the router v2
To be more flexible
This commit is contained in:
12
system/pages/news/archive.php
Normal file
12
system/pages/news/archive.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?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';
|
Reference in New Issue
Block a user