From f25ccc16968c0d23abd9b405a66bab0d6dc8230b Mon Sep 17 00:00:00 2001 From: mmk2410 Date: Sun, 5 Jul 2015 18:18:24 +0200 Subject: [PATCH] Semicolon fix... --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index 6c766b9..fb9f092 100644 --- a/config.php +++ b/config.php @@ -37,4 +37,4 @@ $theme = 'material-light'; // Set here your language. The file must exist in the lang directory $language = "en"; // Favicon - Set here the path to your favicon -$favicon = "https://example.com/res/img/favicon.png" +$favicon = "https://example.com/res/img/favicon.png";