Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/CISOfy/lynis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormboelen <michael@cisofy.com>2015-07-22 18:37:11 +0300
committermboelen <michael@cisofy.com>2015-07-22 18:37:11 +0300
commitafd01ece5d89dd3a1d78e3884d42ad38e129622a (patch)
tree75ff4614d56e6b8f0f94162d93e434a892a55e7e /include/tests_webservers
parentba11e87b3cc217afefcedeaeb1085dfa25dea4da (diff)
Remove incomplete tests, code enhancements
Diffstat (limited to 'include/tests_webservers')
-rw-r--r--include/tests_webservers11
1 files changed, 3 insertions, 8 deletions
diff --git a/include/tests_webservers b/include/tests_webservers
index b83d93a9..bb5db39d 100644
--- a/include/tests_webservers
+++ b/include/tests_webservers
@@ -5,8 +5,8 @@
# Lynis
# ------------------
#
-# Copyright 2007-2015, Michael Boelen (michael@rootkit.nl), The Netherlands
-# Web site: http://www.rootkit.nl
+# Copyright 2007-2015, Michael Boelen, CISOfy (michael.boelen@cisofy.com)
+# Web site: https://cisofy.com
#
# Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are
# welcome to redistribute it under the terms of the GNU General Public License.
@@ -694,11 +694,6 @@
#
#################################################################################
#
- # Scan for websites
- #/etc/apache2/sites-available
-#
-#################################################################################
-#
# Remove temp file (double check)
if [ ! "${TMPFILE}" = "" ]; then if [ -f ${TMPFILE} ]; then rm -f ${TMPFILE}; fi; fi
@@ -709,4 +704,4 @@ wait_for_keypress
#
#================================================================================
-# Lynis - Copyright 2007-2015, Michael Boelen - cisofy.com - The Netherlands
+# Lynis - Copyright 2007-2015, Michael Boelen, CISOfy - https://cisofy.com