mirror of
https://github.com/YGGverse/YGGwave.git
synced 2025-02-07 20:34:16 +00:00
fix sitemap
This commit is contained in:
parent
cbdff05c2a
commit
d9df3578d9
@ -5,7 +5,7 @@ header('Content-type: application/xml; charset=utf-8');
|
|||||||
echo '<?xml version="1.0" encoding="UTF-8"?>';
|
echo '<?xml version="1.0" encoding="UTF-8"?>';
|
||||||
echo '<urlset>';
|
echo '<urlset>';
|
||||||
|
|
||||||
if ($signals = file_get_contents('SIGNALS/YGGDRASIL.md')) {
|
if ($signals = file_get_contents(__DIR__ . '/../../SIGNALS/YGGDRASIL.md')) {
|
||||||
|
|
||||||
foreach (explode(PHP_EOL, $signals) as $signal) {
|
foreach (explode(PHP_EOL, $signals) as $signal) {
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user