]> wagnertech.de Git - timetracker.git/commitdiff
Provided an example in .htaccess how to restrict access by IP.
authoranuko <support@anuko.com>
Wed, 3 Jan 2018 17:16:36 +0000 (17:16 +0000)
committeranuko <support@anuko.com>
Wed, 3 Jan 2018 17:16:36 +0000 (17:16 +0000)
.htaccess
WEB-INF/templates/footer.tpl

index c91ca1c3e52ffa387276decc32558c195f94c8d4..7c4d0aff1eb8d4520597b4d68da762fa4bc1f6ae 100644 (file)
--- a/.htaccess
+++ b/.htaccess
@@ -1 +1,16 @@
 AddDefaultCharset utf-8
+
+# Restrict access to Time Tracker only from certain IPs.
+#
+# See https://www.anuko.com/time_tracker/faq/restrict_access_by_ip.htm
+# For this to work make sure AllowOverride is set to All in web server config file.
+# Uncomment 3 lines below and set your IP accordingly.
+#
+# Order Deny,Allow
+# Deny from all
+# Allow from 127.0.0.1
+#
+# An example for an entire subnet 192.168.1.0 - 192.168.1.255
+# Order Deny,Allow
+# Deny from all
+# Allow from 192.168.1
index d6541b2422e7d8ed764fde38c1fb382f9b3dc951..398e5e4e3a112c18a91d56d4f6c986584ccb5c36 100644 (file)
@@ -12,7 +12,7 @@
       <br>
       <table cellspacing="0" cellpadding="4" width="100%" border="0">
         <tr>
-          <td align="center">&nbsp;Anuko Time Tracker 1.13.6.3715 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
+          <td align="center">&nbsp;Anuko Time Tracker 1.13.6.3716 | Copyright &copy; <a href="https://www.anuko.com/lp/tt_3.htm" target="_blank">Anuko</a> |
             <a href="https://www.anuko.com/lp/tt_4.htm" target="_blank">{$i18n.footer.credits}</a> |
             <a href="https://www.anuko.com/lp/tt_5.htm" target="_blank">{$i18n.footer.license}</a> |
             <a href="https://www.anuko.com/lp/tt_7.htm" target="_blank">{$i18n.footer.improve}</a>