16 lines
293 B
PHP
Executable file
16 lines
293 B
PHP
Executable file
<?php
|
|
|
|
// this file is no longer used in ehcp, mostly, left for compatibility reasons
|
|
|
|
$dbadi="ehcp";
|
|
$mysqlkullaniciadi="ehcp";
|
|
$mysqlsifre="12345";
|
|
$dbtype="mysql";
|
|
|
|
$dbhost="localhost";
|
|
$dbkullaniciadi=$mysqlkullaniciadi;
|
|
$dbsifre=$mysqlsifre;
|
|
|
|
|
|
include_once("config.php");
|
|
?>
|