diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | www/index.php | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -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 |