changed config.php and added delete function for administrator
This commit is contained in:
parent
99535db4ee
commit
a121e53503
10 changed files with 21 additions and 20 deletions
|
|
@ -6,5 +6,7 @@ return [
|
|||
'port' => 3306,
|
||||
'dbname' => 'MatheApp',
|
||||
'charset' => 'utf8mb4'
|
||||
]
|
||||
],
|
||||
'username' => 'MatheApp',
|
||||
'password' => 'password'
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue