From 4fd7197cc68216cf6c76df696cb131919c72e4ec Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Sun, 23 Jul 2017 02:26:51 +0200 Subject: [PATCH] [fix] fixed network identity syscall() --- lib/api/source/fetch.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/api/source/fetch.php b/lib/api/source/fetch.php index cba02fc..cc4b0c2 100755 --- a/lib/api/source/fetch.php +++ b/lib/api/source/fetch.php @@ -12,8 +12,8 @@ 'default' => [], 'feature' => [], 'identity' => [ - 'ap' => syscall(TMP_DIR.'/net.ap'), - 'ip' => syscall(TMP_DIR.'/net.ip') + 'ap' => syscall(SOURCE_DIR.'/lib/netid/ap'), + 'ip' => syscall(SOURCE_DIR.'/lib/netid/ip') ] ];