Skip to content

Commit fdde616

Browse files
author
Lablnet
committed
update
1 parent 74bd33b commit fdde616

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

Config/Config.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Config
1919
*
2020
* @var inr
2121
*/
22-
const App_Version = '1.9.4';
22+
const App_Version = '2.0.1';
2323

2424
/**
2525
* Show or hide error messages on screen.

Config/Email.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,23 @@ class Email
1919
*
2020
* @var string
2121
*/
22-
const SMPT_HOST = 'your-smtp-host';
22+
const SMTP_HOST = 'your-smtp-host';
2323
/**
2424
* SMPT User.
2525
*
2626
* @var string
2727
*/
28-
const SMPT_USER = 'your-smtp-user';
28+
const SMTP_USER = 'your-smtp-user';
2929
/**
3030
* SMPT Pass.
3131
*
3232
* @var string
3333
*/
34-
const SMPT_PASS = 'your-smtp-pass';
34+
const SMTP_PASS = 'your-smtp-pass';
3535
/**
3636
* SMPT Port.
3737
*
3838
* @var int
3939
*/
40-
const SMPT_PORT = 111;
40+
const SMTP_PORT = 111;
4141
}

0 commit comments

Comments
 (0)