summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2010-08-01 15:02:23 +0800
committerJohan Cwiklinski <trasher@x-tnd.be>2010-08-01 15:11:57 +0800
commit8563cd5e8404d11c0a76148c103acc363bd5776e (patch)
tree096d17a273053a1d174f749b7645f47e6ad1e267 /include
parentb8307ab30e45b55d403f56ddf0a6715c00dd8d20 (diff)
remove config.db
Diffstat (limited to 'include')
-rw-r--r--include/config.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/config.php b/include/config.php
deleted file mode 100644
index a3ba75c..0000000
--- a/include/config.php
+++ /dev/null
@@ -1,7 +0,0 @@
-<?php
-define("MYHOST", "localhost");
-define("MYUSER", "root");
-define("MYPASS", "valentin");
-define("MYBASE", "rpmphp");
-?>
-