aboutsummaryrefslogtreecommitdiff
path: root/engine/start.functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'engine/start.functions.php')
-rw-r--r--engine/start.functions.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/engine/start.functions.php b/engine/start.functions.php
new file mode 100644
index 000000000..193a16013
--- /dev/null
+++ b/engine/start.functions.php
@@ -0,0 +1,15 @@
+<?php
+
+ /**
+ * Elgg engine bootstrapper helper
+ * Functions used in start.php
+ *
+ * @package Elgg
+ * @subpackage Core
+ * @license http://www.gnu.org/licenses/old-licenses/gpl-2.0.html GNU Public License version 2
+ * @author Curverider Ltd
+ * @copyright Curverider Ltd 2008
+ * @link http://elgg.org/
+ */
+
+?> \ No newline at end of file