From 25f6f4877df614527dfea9123e0f231cf66779d3 Mon Sep 17 00:00:00 2001 From: Andre Lorbach Date: Wed, 18 Feb 2015 14:54:02 +0100 Subject: [PATCH] fixed MSIE8 Display Issue with buttons on main page --- doc/install.html | 3 +++ src/templates/index.html | 8 ++++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/doc/install.html b/doc/install.html index e8fa0d1..e868674 100644 --- a/doc/install.html +++ b/doc/install.html @@ -226,6 +226,9 @@ script now.

In most environments the webserver has only access to the web directory. If you want to read files e.g. from /var/log/ you have to grant the necessary permisson to your webserver.

+

A note for linux systems that have SELinux enabled, you will +most likely get an access denied error when trying to access logs in /var/log +regardless if the file permissions are correct.

Of course, you always need to make sure that the user the web server runs under also has the correct file permissions. Be careful when doing this, you may create a security vulnerability by granting diff --git a/src/templates/index.html b/src/templates/index.html index 3a2909d..c455d3b 100644 --- a/src/templates/index.html +++ b/src/templates/index.html @@ -25,12 +25,12 @@
- + - + - - + +