From b4057cfeb494dac9ad650e7deadec695c20dc912 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 13 Feb 2013 20:09:30 -0800 Subject: use our own CA bundle as authoritative for backend communications. This avoids OS dependent CA validity mismatches. --- boot.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'boot.php') diff --git a/boot.php b/boot.php index 541703b99..eb173d16a 100644 --- a/boot.php +++ b/boot.php @@ -2141,3 +2141,8 @@ function construct_page(&$a) { return; } + + +function appdirpath() { + return dirname(__FILE__); +} -- cgit v1.2.3