summaryrefslogtreecommitdiff
path: root/dash/dash_req.php
diff options
context:
space:
mode:
Diffstat (limited to 'dash/dash_req.php')
-rw-r--r--dash/dash_req.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/dash/dash_req.php b/dash/dash_req.php
new file mode 100644
index 0000000..ccfe386
--- /dev/null
+++ b/dash/dash_req.php
@@ -0,0 +1,6 @@
+<?php
+if (!defined('ACC_TYPE')) die;
+if ((is_null($b_user['picture']) || is_null($b_user['address'])) && $_SERVER['SCRIPT_NAME'] != '/dash/profile.php') {
+ l_redirect('dash/profile.php');
+}
+?>