sbgg.jetzt/meta.php
2023-09-11 16:27:51 +02:00

24 lines
498 B
PHP

<?php
// VERSION //
static::$version = "1.0.11";
// DEPENDENCIES //
// used extensions
static::$ext[] = "lang";
static::$ext[] = "page";
static::$ext[] = "file";
static::$ext[] = "hidden";
static::$ext[] = "project";
// ROUTES //
static::$route["www.selbstbestimmungsgesetz-jetzt.de"] = [
["path" => "**", "redirect_domain" => "selbstbestimmungsgesetz-jetzt.de"]
];
static::$route["selbstbestimmungsgesetz-jetzt.de"] = [
["path" => "", "target" => "page/start"]
];
?>