mirror of
https://github.com/openvk/openvk
synced 2024-11-15 03:31:18 +03:00
ActivityPub: Whoops
This commit is contained in:
parent
77e2667f89
commit
f862b54f43
1 changed files with 1 additions and 1 deletions
|
@ -316,6 +316,6 @@ abstract class OpenVKPresenter extends SimplePresenter
|
||||||
if(!file_exists(OPENVK_ROOT . ($private ? "/data/private.pem" : "/data/public.pem")))
|
if(!file_exists(OPENVK_ROOT . ($private ? "/data/private.pem" : "/data/public.pem")))
|
||||||
throw new ISE("private.pem and public.pem files are missing. Please, check 10th step for a installation guide in README file.");
|
throw new ISE("private.pem and public.pem files are missing. Please, check 10th step for a installation guide in README file.");
|
||||||
|
|
||||||
return file(OPENVK_ROOT . ($private ? "/data/private.pem" : "/data/public.pem"));
|
return implode('', file(OPENVK_ROOT . ($private ? "/data/private.pem" : "/data/public.pem")));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue