summaryrefslogtreecommitdiff
path: root/default-conf/www-ssl/inc/config_db.php
blob: 19ba57d2993bec48ad8f19e1600a6b25592cad71 (plain)
1
2
3
4
5
6
<?php
include("./inc/funktion_db.php");

$con = mysql_connect("localhost", "root", "changeme") or die ("connection failed");
$sel = mysql_select_db("tabel") or die (mysql_error());
?>