diff options
author | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-10-08 07:53:57 +0000 |
---|---|---|
committer | Gábor Hojtsy <gabor@hojtsy.hu> | 2007-10-08 07:53:57 +0000 |
commit | e11dd1b1ad2908be5a9441f7a09468223deb3547 (patch) | |
tree | 3656c8766ae0be1358f3bad35291021dc2f0194a /modules/drupal/drupal.pages.inc | |
parent | 81fc35b3819182f501dc18a7793eeab677c4cd30 (diff) | |
download | brdo-e11dd1b1ad2908be5a9441f7a09468223deb3547.tar.gz brdo-e11dd1b1ad2908be5a9441f7a09468223deb3547.tar.bz2 |
#178768: Removing Drupal module from Drupal to improve security and privacy. Will live in contrib under a different name if people step up to maintain. Look at the issue for more information.
Diffstat (limited to 'modules/drupal/drupal.pages.inc')
-rw-r--r-- | modules/drupal/drupal.pages.inc | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/modules/drupal/drupal.pages.inc b/modules/drupal/drupal.pages.inc deleted file mode 100644 index a8a7a28d3..000000000 --- a/modules/drupal/drupal.pages.inc +++ /dev/null @@ -1,16 +0,0 @@ -<?php -// $Id$ - -/** - * @file - * User page callbacks for the drupal module. - */ - - -/** - * Menu callback; print Drupal-authentication-specific information. - */ -function drupal_page_help() { - return t('<p><a href="@Drupal">Drupal</a> is the name of the software that powers %this-site. There are Drupal websites all over the world, and many of them share their registration databases so that users may freely log in to any Drupal site using a single <strong>Drupal ID</strong>.</p> -<p>So please feel free to log in to your account here at %this-site with a username from another Drupal site. The format of a Drupal ID is similar to an e-mail address: <strong>username</strong>@<em>server</em>. An example of a valid Drupal ID is <strong>mwlily</strong>@<em>drupal.org</em>.</p>', array('@Drupal' => 'http://drupal.org', '%this-site' => variable_get('site_name', 'Drupal'))); -} |