9 lines
190 B
PHP
Executable File
9 lines
190 B
PHP
Executable File
<?php
|
|
$config = [
|
|
'dsn' => '192.168.0.12',
|
|
'user' => 'andreicerbu',
|
|
'password' => 'Theodor2002!',
|
|
'dbname' => 'Web'
|
|
];
|
|
|
|
$_SESSION['database_configuration'] = $config; |