aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
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__);
+}