diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-05-18 00:21:05 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-05-18 00:21:05 +0000 |
commit | 70184a041dd8d18f8b6dd233896db9e8b49e8622 (patch) | |
tree | 1e07fef1a9ef9076abae989eb8d9be96d1cd90da | |
parent | c87c6f6859d4406e3c7022f2b2c5507190a34dc1 (diff) |
Add preamble. http://dev.kohanaphp.com/issues/1661
-rw-r--r-- | kohana/libraries/ORM_Versioned.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kohana/libraries/ORM_Versioned.php b/kohana/libraries/ORM_Versioned.php index 7c3ee5d3..078fe16a 100644 --- a/kohana/libraries/ORM_Versioned.php +++ b/kohana/libraries/ORM_Versioned.php @@ -1,4 +1,4 @@ -<?php +<?php defined('SYSPATH') OR die('No direct access allowed.'); /** * Object Relational Mapping (ORM) "versioned" extension. Allows ORM objects to * be revisioned instead of updated. |