From b66d953dd1f757b43b93aafe115bf838e386811b Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Tue, 11 Apr 2017 21:21:58 +0200 Subject: All requests to "favicon.ico" will now be redirected to the current template directory "rsrc/favicon.ico" (if the "favicon.ico" inside the root directory does not exist). --- template/standard/html/main.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template') diff --git a/template/standard/html/main.php b/template/standard/html/main.php index c6cfa7d..ac9bf31 100644 --- a/template/standard/html/main.php +++ b/template/standard/html/main.php @@ -40,7 +40,7 @@ $BLOGMETA_DESC = escapeHTML($BLOGMETA['DESC']); - + -- cgit v1.2.3