Closed (fixed)
Project:
Drupento
Version:
6.x-1.1-alpha2
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Feb 2011 at 12:27 UTC
Updated:
7 Mar 2011 at 15:01 UTC
In drupal_auth.module, in _drupento_auth_logout function, I think you should use $_SERVER['SERVER_NAME']
instead of $_SERVER['HTTP_HOST']
Because in my case it doesn't work with host like : http://drupal.dev:8080/
$_SERVER['HTTP_HOST'] return drupal.dev:8080
$_SERVER['SERVER_NAME'] return drupal.dev
Comments
Comment #1
mdeltito commentedfixed in tip
make sure you update from our bitbucket repo if you want the latest code. Otherwise, you'll have to wait for the nightly dev release from drupal.org