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