summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-05-18 03:51:15 +0000
committerBharat Mediratta <bharat@menalto.com>2009-05-18 03:51:15 +0000
commit39bfe5ee7457fc7597d0723e7fbb08732fec8eac (patch)
treed57ce2be78bbf028a21f69371796488e0a13396f
parent993742feb308a6cba77e06cf72dfecae83c428ab (diff)
Add security preamble
-rw-r--r--modules/user/lib/PasswordHash.php2
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.
#