diff options
| author | Carson Fleming <cflems@cflems.net> | 2017-04-13 19:43:30 -0400 |
|---|---|---|
| committer | Carson Fleming <cflems@cflems.net> | 2017-04-13 19:43:30 -0400 |
| commit | d85e6f791413422c74f4a1f5119a891ae19b8d17 (patch) | |
| tree | 6103e42e9e7a430df4fbd7e6b282391b28d3aec0 /dash/dash_common.php | |
| parent | 3532ad23553572ef91a9f079eadc6b7454f0cd3a (diff) | |
| download | bulletin-d85e6f791413422c74f4a1f5119a891ae19b8d17.tar.gz | |
Forced profile completion for policy reasons
Diffstat (limited to 'dash/dash_common.php')
| -rw-r--r-- | dash/dash_common.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dash/dash_common.php b/dash/dash_common.php index cc1d0b1..40e8e1d 100644 --- a/dash/dash_common.php +++ b/dash/dash_common.php @@ -5,4 +5,5 @@ if ($b_user['id'] < 1) l_redirect('login.php'); define('ACC_TYPE', $b_user['type']); require('nav.php'); +require('dash_req.php'); ?> |
