diff options
| author | cflem <carson.fl3ming@gmail.com> | 2017-01-01 19:32:37 -0700 |
|---|---|---|
| committer | cflem <carson.fl3ming@gmail.com> | 2017-01-01 19:32:37 -0700 |
| commit | d8543707426d6a4645c270929f999df8209bb587 (patch) | |
| tree | 7ae008b2844bad684e9b4b81f1281939be37bdee /dash/dash_common.php | |
| parent | cab89c911147b4dcf9027d972995b981b8247673 (diff) | |
| download | bulletin-d8543707426d6a4645c270929f999df8209bb587.tar.gz | |
Added inc/config.php to the gitignore, opting for a sample version instead
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 5a836cb..cc1d0b1 100644 --- a/dash/dash_common.php +++ b/dash/dash_common.php @@ -1,5 +1,6 @@ <?php require('../inc/common.php'); +require('dash_functions.php'); if ($b_user['id'] < 1) l_redirect('login.php'); define('ACC_TYPE', $b_user['type']); |
