Door System/config.php

aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Zur Navigation springenZur Suche springen
<?php
//
// Metalab KEKS 
// this is the configuraton file for the database access 	
//
        $mysql = mysql_connect("127.0.0.1","usergoeshere","passwordgoeshere"); 
        mysql_select_db("dbgoeshere",$mysql); 

?>