api/db.config.php
<?php
return [
'host' => 'localhost',
'name' => 'somedb',
'user' => 'someuser',
'pass' => 'somepass'
];
?>api/index.php<?php
$database = include('config.php');
?>Form ise /install yolunda bulunuyor.
1
●182
<?php
return [
'host' => 'localhost',
'name' => 'somedb',
'user' => 'someuser',
'pass' => 'somepass'
];
?>api/index.php<?php
$database = include('config.php');
?>Form ise /install yolunda bulunuyor.