From 8c3381ce0eb57105fdb166e3d7b0846a287717b2 Mon Sep 17 00:00:00 2001 From: Cameron Ball Date: Fri, 13 Dec 2019 14:48:47 +0800 Subject: [PATCH] Specify paths correctly --- test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.php b/test.php index abb0048..e8ff974 100644 --- a/test.php +++ b/test.php @@ -12,8 +12,8 @@ $c = array_map( $d = array_combine(array_column($c, 'hash'), array_column($c, 'path')); -$camFaves = lines(trim(file_get_contents('cam.favourites.txt'))); -$jayceFaves = lines(trim(file_get_contents('jayce.favourites.txt'))); +$camFaves = lines(trim(file_get_contents(PATH_TO_GROOVENET . '/cam.favourites.txt'))); +$jayceFaves = lines(trim(file_get_contents(PATH_TO_GROOVENET . '/jayce.favourites.txt'))); $allFaves = array_merge($camFaves, $jayceFaves); $hashMap = unserialize(file_get_contents(PATH_TO_HASHMAP)); -- 2.11.0