Door System/config.php
<?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); ?>
<?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); ?>