parent
cd406ecbb8
commit
7cda6956ad
@ -1,25 +0,0 @@
|
||||
<?php
|
||||
/*
|
||||
* Created on 11.08.2008
|
||||
*
|
||||
* @copyright (c) 2009 animegame.eu
|
||||
* @license http://www.gnu.org/licenses/gpl-3.0.html GNU General Public Licence
|
||||
*
|
||||
*/
|
||||
|
||||
# Um die Datenbank nutzen zu koennen muss eine db.inc.php erstellt werden, bitte diese nicht in die Versionskontrolle einfügen!!
|
||||
|
||||
#####Online Bitte für localhost eintragen!!
|
||||
$db_host = "localhost";
|
||||
$db_user ="root";
|
||||
$db_passwort ="jodiho82";
|
||||
$db_name = "test_ag";
|
||||
|
||||
$main_db_name = "otherdatabasename";
|
||||
$GLOBALS['mumble_db_name'] = "anotheradatabasename";
|
||||
|
||||
if(!isset($conn)){
|
||||
$conn = mysql_connect($db_host, $db_user, $db_passwort);
|
||||
$db = mysql_select_db($db_name, $conn);
|
||||
}
|
||||
?>
|
Loading…
Reference in new issue