summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimit Modi <jimitm@peopleinteractive.in>2014-10-29 15:13:35 +0530
committerJimit Modi <jimitm@peopleinteractive.in>2014-10-29 15:13:35 +0530
commit726615d084c9a5854f0c18116bdc4835f2516c30 (patch)
tree06c1e7e32c66a4d00c224f546f9998ed8485b40b
parent14d6a4960ae34905a7a952480e735fc103777a25 (diff)
downloaddbdiff-726615d084c9a5854f0c18116bdc4835f2516c30.zip
dbdiff-726615d084c9a5854f0c18116bdc4835f2516c30.tar.gz
dbdiff-726615d084c9a5854f0c18116bdc4835f2516c30.tar.bz2
remove config.php from repo
-rw-r--r--config.php28
1 files changed, 0 insertions, 28 deletions
diff --git a/config.php b/config.php
deleted file mode 100644
index d5ff315..0000000
--- a/config.php
+++ /dev/null
@@ -1,28 +0,0 @@
-<?php
-
-/**
- * This file should contain the configuration of databases.
- *
- * $dbs_config is an array of database configurations. Each element of the
- * array should provide details for a database which will be selectable from
- * a list.
- *
- * This is arguably more secure and convenient than submitting database
- * details with an HTML form (and sending them over an unsecured channel).
- *
- * Refer to the 'Demo Configuration' below for reference.
- */
-
-$dbs_config = array(
- // array(
- // 'name' => 'Demo Configuration',
- // 'config' => array(
- // 'host' => 'localhost',
- // 'user' => 'db_user',
- // 'password' => 'db_password',
- // 'name' => 'db_name'
- // )
- // ),
-);
-
-?> \ No newline at end of file