diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2010-02-17 14:10:42 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2010-02-17 14:10:42 -0200 |
commit | 52e48ab95ff2d05f87b632901d0fb6841ed03695 (patch) | |
tree | 4e63b5aea494348e0cddb489844654ce936ea9d0 /www/index.php | |
parent | d20a23d76296f25f94d98778a5e962f64eac515b (diff) | |
download | original-52e48ab95ff2d05f87b632901d0fb6841ed03695.tar.gz original-52e48ab95ff2d05f87b632901d0fb6841ed03695.tar.bz2 |
Minor fix
Diffstat (limited to 'www/index.php')
-rw-r--r-- | www/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |