You are here

function hybridauth_robotstxt in HybridAuth Social Login 6.2

Same name and namespace in other branches
  1. 7.2 hybridauth.module \hybridauth_robotstxt()

Implements hook_robotstxt().

File

./hybridauth.module, line 314
Main file for the HybridAuth module.

Code

function hybridauth_robotstxt() {
  return array(
    '#HybridAuth paths',
    'Disallow: /hybridauth/',
    'Disallow: /?q=hybridauth/',
  );
}