From 922e1fe72da13364b83fa01eb0f3817b965a15b3 Mon Sep 17 00:00:00 2001 From: Preston Cody Date: Sat, 16 Feb 2008 21:13:52 +0000 Subject: config.php is now an example config. the real config w/ database user/pass will be in /etc/scire/ modified common.php to account for new location. svn path=/trunk/; revision=353 --- scire/.lib/common.php | 5 ++++- scire/.lib/config.php | 25 ------------------------- scire/.lib/config.php.example | 25 +++++++++++++++++++++++++ 3 files changed, 29 insertions(+), 26 deletions(-) delete mode 100644 scire/.lib/config.php create mode 100644 scire/.lib/config.php.example diff --git a/scire/.lib/common.php b/scire/.lib/common.php index 4d82b03..032597f 100644 --- a/scire/.lib/common.php +++ b/scire/.lib/common.php @@ -1,5 +1,7 @@ diff --git a/scire/.lib/config.php.example b/scire/.lib/config.php.example new file mode 100644 index 0000000..f9b4674 --- /dev/null +++ b/scire/.lib/config.php.example @@ -0,0 +1,25 @@ + -- cgit v1.2.3-65-gdbad