From 0e4f05cf33cc86bc6d17bec4251e42a921fcad80 Mon Sep 17 00:00:00 2001 From: Auke Kok Date: Fri, 5 Oct 2012 15:14:25 -0700 Subject: [PATCH] Make user configs a separate config file. --- config.php.example | 11 +++++++++++ db.php | 7 +++---- 2 files changed, 14 insertions(+), 4 deletions(-) create mode 100644 config.php.example diff --git a/config.php.example b/config.php.example new file mode 100644 index 0000000..b69cc15 --- /dev/null +++ b/config.php.example @@ -0,0 +1,11 @@ + diff --git a/db.php b/db.php index 486564b..ef82e61 100644 --- a/db.php +++ b/db.php @@ -1,9 +1,8 @@