- Patch #1110810 by JohnAlbin, TR: CVS $ tag lurks in .htaccess file (and other dank corners of Drupal).
parent
fdc91796bf
commit
b556c02492
|
@ -135,5 +135,3 @@ DirectoryIndex index.php index.html index.htm
|
|||
</FilesMatch>
|
||||
</IfModule>
|
||||
</IfModule>
|
||||
|
||||
# $Id$
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -33,7 +33,6 @@ include_once dirname(__FILE__) . '/../includes/utility.inc';
|
|||
// Output the PHP header.
|
||||
$output = <<<ENDOFHEADER
|
||||
<?php
|
||||
// \$Id\$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
<?php
|
||||
// $Id$
|
||||
|
||||
/**
|
||||
* @file
|
||||
|
|
Loading…
Reference in New Issue