Change www.necronda.net/elwig to elwig.at

This commit is contained in:
2024-05-17 09:02:17 +02:00
parent e6ccd01d44
commit 7a5f4ce13a
2 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@ foreach ($files as $name => [$size, $mtime, $ctime]) {
$p1 = strrpos($name, '-') + 1;
$p2 = strrpos($name, '.');
$vers = substr($name, $p1, $p2 - $p1);
$url = "https://www.necronda.net/elwig/files/$name";
$url = "https://elwig.at/files/$name";
$mod = date(DATE_ATOM, $mtime);
$cre = date(DATE_ATOM, $ctime);
$prod = strtolower(substr($name, 0, $p1 - 1));