mirror of
https://github.com/YGGverse/YGGwave.git
synced 2025-01-31 08:54:20 +00:00
fix paths
This commit is contained in:
parent
2b29ce6f75
commit
89696b4336
@ -11,7 +11,7 @@
|
||||
|
||||
$result = [];
|
||||
|
||||
if ($signals = file_get_contents('SIGNALS/YGGDRASIL.md')) {
|
||||
if ($signals = file_get_contents(__DIR__ . '/../../SIGNALS/YGGDRASIL.md')) {
|
||||
|
||||
foreach (explode(PHP_EOL, $signals) as $signal) {
|
||||
|
||||
@ -48,7 +48,7 @@
|
||||
|
||||
$keywords = [];
|
||||
|
||||
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…
x
Reference in New Issue
Block a user