diff options
Diffstat (limited to 'kohana/libraries/ORM_Versioned.php')
-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. |