summaryrefslogtreecommitdiff
path: root/home/_base.php
diff options
context:
space:
mode:
Diffstat (limited to 'home/_base.php')
-rw-r--r--home/_base.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/home/_base.php b/home/_base.php
new file mode 100644
index 0000000..8c19e1d
--- /dev/null
+++ b/home/_base.php
@@ -0,0 +1,8 @@
+<?php
+
+require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/session.php";
+require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/functions.php";
+initLang();
+global $_PROFILE; global $_USER;
+
+?> \ No newline at end of file