mirror of
https://github.com/YGGverse/YGGwave.git
synced 2026-03-31 17:55:37 +00:00
fix sitemap
This commit is contained in:
parent
cbdff05c2a
commit
d9df3578d9
2 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ header('Content-type: application/xml; charset=utf-8');
|
|||
echo '<?xml version="1.0" encoding="UTF-8"?>';
|
||||
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) {
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue