From: Silvio Rhatto Date: Wed, 17 Feb 2010 15:59:35 +0000 (-0200) Subject: Using config.inc.php.dist X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=cf74192c7ce4d5ed5c265378dc8da704b7dacb19;p=original.git 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. --- 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 similarity index 100% rename from www/inc/config.inc.php rename to www/inc/config.inc.php.dist