diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-17 13:59:35 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-17 13:59:35 -0200 |
commit | cf74192c7ce4d5ed5c265378dc8da704b7dacb19 (patch) | |
tree | d824b84c82a8534157a8dd4725bcc14e9fdcda52 | |
parent | 956ec6a9bfa9a3af22c795f4c710cb9348ba82ab (diff) | |
download | original-cf74192c7ce4d5ed5c265378dc8da704b7dacb19.tar.gz original-cf74192c7ce4d5ed5c265378dc8da704b7dacb19.tar.bz2 |
Using config.inc.php.dist
By using config.inc.php.dist instead of config.inc.php
it's possible to split custom configuration from the
source code.
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | www/inc/config.inc.php.dist (renamed from www/inc/config.inc.php) | 0 |
2 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..87d366d --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*swp +www/inc/config.inc.php diff --git a/www/inc/config.inc.php b/www/inc/config.inc.php.dist index 14e8ad8..14e8ad8 100644 --- a/www/inc/config.inc.php +++ b/www/inc/config.inc.php.dist |