From: Silvio Rhatto Date: Wed, 17 Feb 2010 16:10:42 +0000 (-0200) Subject: Minor fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=52e48ab95ff2d05f87b632901d0fb6841ed03695;p=original.git Minor fix --- diff --git a/.gitignore b/.gitignore index 87d366d..630932b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,4 @@ *swp +galleries +www/galleries www/inc/config.inc.php diff --git a/www/index.php b/www/index.php index 60447ca..581f56d 100644 --- a/www/index.php +++ b/www/index.php @@ -5,7 +5,7 @@ #language support require_once ("lib/lib.l10n.php"); -if (file_exists("inc/config.inc.php") { +if (file_exists("inc/config.inc.php")) { require_once("inc/config.inc.php"); } else { # Load fallback configuration