Browse Source

Pedantry in action

Signed-off-by: emanuele <[email protected]>
emanuele 12 years ago
parent
commit
127c273a45
1 changed files with 3 additions and 1 deletions
  1. 3 1
      Sources/Security.php

+ 3 - 1
Sources/Security.php

@@ -1254,7 +1254,9 @@ RemoveHandler .php .php3 .phtml .cgi .fcgi .pl .fpl .shtml';
 		if ($fh) {
 			fwrite($fh, '<?php
 
-// This file is here solely to protect your ' . $directoryname . ' directory.
+/**
+ * This file is here solely to protect your ' . $directoryname . ' directory.
+ */
 
 // Look for Settings.php....
 if (file_exists(dirname(dirname(__FILE__)) . \'/Settings.php\'))