- 🇩🇪Germany lrwebks Porta Westfalica
Drupal 6 is EOL and no longer supported. Closing this as outdated for that reason. Thanks for your contribution!
hello,
it would be better to add a 301 header responce to prevent following:
http://en.wikipedia.org/wiki/302_Google_Jacking
Add "header( "HTTP/1.1 301 Moved Permanently" );"
near line 142:
....
if (isset($url)) {
watchdog('ad', t('Clicked %type ad aid %aid hostid %hostid.', array('%type' => $adtype, '%aid' => $aid, '%hostid' => $hostid)));
header( "HTTP/1.1 301 Moved Permanently" );
header('Location: '. $url);
}
....
thnx
wolfram
Closed: outdated
2.0
ad module
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Drupal 6 is EOL and no longer supported. Closing this as outdated for that reason. Thanks for your contribution!