summaryrefslogtreecommitdiff
path: root/inc/db.php
diff options
context:
space:
mode:
Diffstat (limited to 'inc/db.php')
-rwxr-xr-xinc/db.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/inc/db.php b/inc/db.php
deleted file mode 100755
index 143c9c3f..00000000
--- a/inc/db.php
+++ /dev/null
@@ -1,4 +0,0 @@
-<?php
-$con = mysql_connect("localhost", "engel", "engel") or die ("connection failed");
-$sel = mysql_select_db("Himmel") or die (mysql_error());
-?> \ No newline at end of file