Skip to content

Commit 5e5f2c7

Browse files
committed
Fix config file problems
1 parent 88ac564 commit 5e5f2c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*
66
* Author: Mohammad Rahmani
77
* Email: rto1680@gmail.com
8-
* WebPage: mohammadrahmani.com
8+
* WebPage: afgprogrammer.com
99
*
1010
*/
1111

@@ -21,7 +21,7 @@
2121

2222
// Config Database
2323
define('DATABASE', [
24-
'Port' => '3307',
24+
'Port' => '3306',
2525
'Host' => 'localhost',
2626
'Driver' => 'PDO',
2727
'Name' => 'simple-mvc',

0 commit comments

Comments
 (0)