aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-02-13 20:09:30 -0800
committerfriendica <info@friendica.com>2013-02-13 20:09:30 -0800
commitb4057cfeb494dac9ad650e7deadec695c20dc912 (patch)
treef8b898e2e38c8d1e9a14226cbab69de2daa73359 /boot.php
parent8b278db05c7690370945edec29a0139541538dae (diff)
downloadvolse-hubzilla-b4057cfeb494dac9ad650e7deadec695c20dc912.tar.gz
volse-hubzilla-b4057cfeb494dac9ad650e7deadec695c20dc912.tar.bz2
volse-hubzilla-b4057cfeb494dac9ad650e7deadec695c20dc912.zip
use our own CA bundle as authoritative for backend communications. This avoids OS dependent CA validity mismatches.
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php5
1 files changed, 5 insertions, 0 deletions
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__);
+}