Rewriting the router v2

To be more flexible
This commit is contained in:
slawkens
2022-11-28 21:37:25 +01:00
parent 7bfa21a239
commit 60f64e21d8
11 changed files with 245 additions and 194 deletions

View File

@@ -9,5 +9,4 @@
* @link https://my-aac.org
*/
$_GET['archive'] = true;
require 'news.php';
?>
require __DIR__ . '/../news.php';