diff options
Diffstat (limited to 'system/messages')
-rw-r--r-- | system/messages/core.php | 2 | ||||
-rw-r--r-- | system/messages/validation/default.php | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/system/messages/core.php b/system/messages/core.php index a9595c1a..64f897e8 100644 --- a/system/messages/core.php +++ b/system/messages/core.php @@ -1,4 +1,4 @@ -<?php defined('SYSPATH') or die('No direct script access.'); +<?php $messages = array ( diff --git a/system/messages/validation/default.php b/system/messages/validation/default.php index 2f379cd3..2c59fa06 100644 --- a/system/messages/validation/default.php +++ b/system/messages/validation/default.php @@ -1,4 +1,4 @@ -<?php defined('SYSPATH') or die('No direct script access.'); +<?php defined('SYSPATH') or die('No direct script access.');
$messages = array(
'required' => 'The :field field is required',
|