28 lines
1.2 KiB
PHP
28 lines
1.2 KiB
PHP
<?php
|
|
/*
|
|
* Copyright 2005-2016 OCSInventory-NG/OCSInventory-ocsreports contributors.
|
|
* See the Contributors file for more details about them.
|
|
*
|
|
* This file is part of OCSInventory-NG/OCSInventory-ocsreports.
|
|
*
|
|
* OCSInventory-NG/OCSInventory-ocsreports is free software: you can redistribute
|
|
* it and/or modify it under the terms of the GNU General Public License as
|
|
* published by the Free Software Foundation, either version 2 of the License,
|
|
* or (at your option) any later version.
|
|
*
|
|
* OCSInventory-NG/OCSInventory-ocsreports is distributed in the hope that it
|
|
* will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty
|
|
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* You should have received a copy of the GNU General Public License
|
|
* along with OCSInventory-NG/OCSInventory-ocsreports. if not, write to the
|
|
* Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
|
|
* MA 02110-1301, USA.
|
|
*/
|
|
define("DB_NAME", "OCS_DB_NAME");
|
|
define("SERVER_READ", "OCS_DB_SERVER");
|
|
define("SERVER_WRITE", "OCS_DB_SERVER");
|
|
define("COMPTE_BASE", "OCS_DB_USER");
|
|
define("PSWD_BASE", "OCS_DB_PASS");
|
|
?>
|