diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-12-22 15:13:36 -0800 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-12-22 15:13:36 -0800 |
commit | b2291a0e34234ee30ea1d80b70122b68a8869917 (patch) | |
tree | 1816f1edf908bd6523966b17520a63011572f0fa /system/messages/core.php | |
parent | fda4227bb10d7c9ae4de5f16e59890bf7cf3b83b (diff) |
Fix preamble issues. Upstream tickets:
http://dev.kohanaframework.org/issues/2457
http://dev.kohanaframework.org/issues/2458
Diffstat (limited to 'system/messages/core.php')
-rw-r--r-- | system/messages/core.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/messages/core.php b/system/messages/core.php index 64f897e8..a9595c1a 100644 --- a/system/messages/core.php +++ b/system/messages/core.php @@ -1,4 +1,4 @@ -<?php +<?php defined('SYSPATH') or die('No direct script access.'); $messages = array ( |