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__); +} diff --git a/include/network.php b/include/network.php index 321eb375f..ecc54d818 100644 --- a/include/network.php +++ b/include/network.php @@ -1,6 +1,11 @@