X7ROOT File Manager
Current Path:
/home/hamdjcne/app.hamdalillahitravel.com/system/Language/en
home
/
hamdjcne
/
app.hamdalillahitravel.com
/
system
/
Language
/
en
/
ðŸ“
..
📄
CLI.php
(1.9 KB)
📄
Cache.php
(605 B)
📄
Cast.php
(1005 B)
📄
Cookie.php
(1.34 KB)
📄
Core.php
(968 B)
📄
Database.php
(1.65 KB)
📄
Email.php
(1.9 KB)
📄
Encryption.php
(709 B)
📄
Fabricator.php
(501 B)
📄
Files.php
(526 B)
📄
Filters.php
(458 B)
📄
Format.php
(583 B)
📄
HTTP.php
(3.43 KB)
📄
Images.php
(2.24 KB)
📄
Log.php
(427 B)
📄
Migrations.php
(2.5 KB)
📄
Number.php
(656 B)
📄
Pager.php
(731 B)
📄
Publisher.php
(810 B)
📄
RESTful.php
(350 B)
📄
Router.php
(508 B)
📄
Security.php
(488 B)
📄
Session.php
(939 B)
📄
Test.php
(352 B)
📄
Time.php
(1.39 KB)
📄
Validation.php
(4.59 KB)
📄
View.php
(716 B)
Editing: Email.php
<?php /** * This file is part of CodeIgniter 4 framework. * * (c) CodeIgniter Foundation <admin@codeigniter.com> * * For the full copyright and license information, please view * the LICENSE file that was distributed with this source code. */ // Email language settings return [ 'mustBeArray' => 'The email validation method must be passed an array.', 'invalidAddress' => 'Invalid email address: {0}', 'attachmentMissing' => 'Unable to locate the following email attachment: {0}', 'attachmentUnreadable' => 'Unable to open this attachment: {0}', 'noFrom' => 'Cannot send mail with no "From" header.', 'noRecipients' => 'You must include recipients: To, Cc, or Bcc', 'sendFailurePHPMail' => 'Unable to send email using PHP mail(). Your server might not be configured to send mail using this method.', 'sendFailureSendmail' => 'Unable to send email using PHP Sendmail. Your server might not be configured to send mail using this method.', 'sendFailureSmtp' => 'Unable to send email using PHP SMTP. Your server might not be configured to send mail using this method.', 'sent' => 'Your message has been successfully sent using the following protocol: {0}', 'noSocket' => 'Unable to open a socket to Sendmail. Please check settings.', 'noHostname' => 'You did not specify a SMTP hostname.', 'SMTPError' => 'The following SMTP error was encountered: {0}', 'noSMTPAuth' => 'Error: You must assign a SMTP username and password.', 'failedSMTPLogin' => 'Failed to send AUTH LOGIN command. Error: {0}', 'SMTPAuthUsername' => 'Failed to authenticate username. Error: {0}', 'SMTPAuthPassword' => 'Failed to authenticate password. Error: {0}', 'SMTPDataFailure' => 'Unable to send data: {0}', 'exitStatus' => 'Exit status code: {0}', ];
Upload File
Create Folder