9 lines
159 B
PHP
9 lines
159 B
PHP
<?php
|
|
|
|
defined('SYSPATH') or die('No direct access allowed.');
|
|
|
|
$lang = array
|
|
(
|
|
'general_error' => 'An error occurred while sending the email message.'
|
|
);
|