diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-05-18 03:51:15 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-05-18 03:51:15 +0000 |
commit | 39bfe5ee7457fc7597d0723e7fbb08732fec8eac (patch) | |
tree | d57ce2be78bbf028a21f69371796488e0a13396f /modules/user/lib/PasswordHash.php | |
parent | 993742feb308a6cba77e06cf72dfecae83c428ab (diff) |
Add security preamble
Diffstat (limited to 'modules/user/lib/PasswordHash.php')
-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 550a01b7..2662744e 100644 --- a/modules/user/lib/PasswordHash.php +++ b/modules/user/lib/PasswordHash.php @@ -1,4 +1,4 @@ -<?php +<?php defined("SYSPATH") or die("No direct script access."); # # Portable PHP password hashing framework. # |