fhiiqm/inc/conf.inc.php
changeset 1 6288d5685bff
child 40 6f4b105daa24
equal deleted inserted replaced
0:ef68113ff309 1:6288d5685bff
       
     1 <?php
       
     2 
       
     3 /**
       
     4  * @author B.Schwarzer, Fritz-Haber-Institut
       
     5  * @copyright 05/2011
       
     6  */
       
     7 
       
     8 //global $config; // wenn so vereinbart, dann ueberall sichtbar
       
     9 
       
    10 $config = array(
       
    11 // DB Verbindung
       
    12         "server"=>"achilleus",
       
    13 //        "server"=>"localhost",
       
    14         "user"=>"www",
       
    15         "passwort"=>"fhiiqm",
       
    16         "dbname"=>"fhiiqm",
       
    17         "dbtyp"=>"mysql"
       
    18                 );
       
    19 
       
    20 ?>