diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-05-18 04:13:09 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-05-18 04:13:09 +0000 |
commit | 5f853b9a1b96f904be5b2cd5f487231a637b270c (patch) | |
tree | ee8eab14be89f54e500e0023b183b6984fd2d566 | |
parent | 2867ca2bcd0c26c5045ef83242c0e77909d11958 (diff) |
Get rid of trailing whitespace in security preamble
-rw-r--r-- | modules/user/lib/PasswordHash.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/lib/PasswordHash.php b/modules/user/lib/PasswordHash.php index 2662744e..d6783c07 100644 --- a/modules/user/lib/PasswordHash.php +++ b/modules/user/lib/PasswordHash.php @@ -1,4 +1,4 @@ -<?php defined("SYSPATH") or die("No direct script access."); +<?php defined("SYSPATH") or die("No direct script access."); # # Portable PHP password hashing framework. # |