diff options
author | friendica <info@friendica.com> | 2013-02-13 20:09:30 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-02-13 20:09:30 -0800 |
commit | b4057cfeb494dac9ad650e7deadec695c20dc912 (patch) | |
tree | f8b898e2e38c8d1e9a14226cbab69de2daa73359 /boot.php | |
parent | 8b278db05c7690370945edec29a0139541538dae (diff) | |
download | volse-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.php | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2141,3 +2141,8 @@ function construct_page(&$a) { return; } + + +function appdirpath() { + return dirname(__FILE__); +} |