Hi
I've found that I can not log in at all using the computer at work while I can login fine using my computer at home. Network at work is using a proxy.
Please advise what can I do.
Thanks
Moderator: Moderators






if ($user->data['user_id'] == 2) {
$config['ip_check'] = 0;
$config['browser_check'] = 0;
}$config = $cache->obtain_config();

/public_html/forum/common.php
// Grab global variables, re-cache if necessary
$config = $cache->obtain_config();
if ($user->data['user_id'] == 2) {
$config['ip_check'] = 0;
$config['browser_check'] = 0;
}

// Grab global variables, re-cache if necessary
$config = $cache->obtain_config();
$special_users = array(2,3,5);
if (in_array($user->data['user_id'], $special_users)) {
$config['ip_check'] = 0;
$config['browser_check'] = 0;
}$special_users = array(2,3,5);
Users browsing this forum: No registered users and 66 guests