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

@ -157,7 +157,7 @@ foreach ($clients as $c) {
if (!$first) echo ",\n";
$path = ".data/clients/$c/$file";
$size = filesize($path);
$url = "https://www.necronda.net/elwig/clients/$c/$file";
$url = "https://elwig.at/clients/$c/$file";
$mod = date(DATE_ATOM, filemtime($path));
$cre = date(DATE_ATOM, filectime($path));
$datetime = "null";