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"; if (!$first) echo ",\n";
$path = ".data/clients/$c/$file"; $path = ".data/clients/$c/$file";
$size = filesize($path); $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)); $mod = date(DATE_ATOM, filemtime($path));
$cre = date(DATE_ATOM, filectime($path)); $cre = date(DATE_ATOM, filectime($path));
$datetime = "null"; $datetime = "null";

View File

@ -61,7 +61,7 @@ foreach ($files as $name => [$size, $mtime, $ctime]) {
$p1 = strrpos($name, '-') + 1; $p1 = strrpos($name, '-') + 1;
$p2 = strrpos($name, '.'); $p2 = strrpos($name, '.');
$vers = substr($name, $p1, $p2 - $p1); $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); $mod = date(DATE_ATOM, $mtime);
$cre = date(DATE_ATOM, $ctime); $cre = date(DATE_ATOM, $ctime);
$prod = strtolower(substr($name, 0, $p1 - 1)); $prod = strtolower(substr($name, 0, $p1 - 1));