summaryrefslogtreecommitdiff
path: root/dash/dash_common.php
diff options
context:
space:
mode:
authorBulletin <bulletin@bulletinalpha.tk>2016-12-29 16:42:32 -0500
committerBulletin <bulletin@bulletinalpha.tk>2016-12-29 16:42:32 -0500
commit1a7fa60f6cb2ee26843ca19e37bb4ff44104ad55 (patch)
tree2fa1fbdea9992ab63ba2a7abbac8bbcd633d13f7 /dash/dash_common.php
downloadbulletin-1a7fa60f6cb2ee26843ca19e37bb4ff44104ad55.tar.gz
Added existing progress
Diffstat (limited to 'dash/dash_common.php')
-rw-r--r--dash/dash_common.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/dash/dash_common.php b/dash/dash_common.php
new file mode 100644
index 0000000..b87cd6d
--- /dev/null
+++ b/dash/dash_common.php
@@ -0,0 +1,8 @@
+<?php
+require('../inc/common.php');
+
+define('ACC_TYPE', $b_user['type']);
+require('nav.php');
+
+if ($b_user['id'] < 1) l_redirect('login.php');
+?>