From 52e48ab95ff2d05f87b632901d0fb6841ed03695 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Wed, 17 Feb 2010 14:10:42 -0200 Subject: Minor fix --- www/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www') 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 -- cgit v1.2.3