summaryrefslogtreecommitdiffstats
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/.gitignore1
-rw-r--r--includes/db.inc.php6
2 files changed, 1 insertions, 6 deletions
diff --git a/includes/.gitignore b/includes/.gitignore
new file mode 100644
index 0000000..4f36fe0
--- /dev/null
+++ b/includes/.gitignore
@@ -0,0 +1 @@
+/db.inc.php
diff --git a/includes/db.inc.php b/includes/db.inc.php
deleted file mode 100644
index e1db0ee..0000000
--- a/includes/db.inc.php
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php
-$db_host = "db2894.perfora.net";
-$db_user = "dbo362854667";
-$db_name = "db362854667";
-$db_pass = "mazes4me";
-?> \ No newline at end of file