summaryrefslogtreecommitdiff
path: root/dash/dash_req.php
blob: ccfe386b960066f5adb27b4751927896af60c332 (plain)
1
2
3
4
5
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');
}
?>