mirror of
https://github.com/Daniel15/zURL
synced 2024-11-22 16:32:11 +00:00
11 lines
310 B
PHP
11 lines
310 B
PHP
<?php defined('SYSPATH') or die('No direct script access.');
|
|
|
|
return array
|
|
(
|
|
'url' => ':field must be a valid URL.',
|
|
'email' => ':field must be a valid email address.',
|
|
'captcha' => 'The security code was entered incorrectly.',
|
|
'validate::email' => ':field must be a valid email address.',
|
|
);
|
|
|
|
?>
|