Add /changelog

This commit is contained in:
2024-06-23 22:08:06 +02:00
parent 44f61916af
commit 18769d468b

1
www/changelog.php Normal file
View File

@ -0,0 +1 @@
<?php header("Status: 303"); header("Location: https://git.necronda.net/winzer/elwig/src/branch/main/CHANGELOG.md"); header("Content-Length: 0"); exit();