Files
FACULTATE-KNOW_YOUR_FOOD/service_authentication/database config.php
T

9 lines
190 B
PHP
Executable File

<?php
$config = [
'dsn' => '192.168.0.12',
'user' => 'andreicerbu',
'password' => 'Theodor2002!',
'dbname' => 'Web'
];
$_SESSION['database_configuration'] = $config;