diff options
author | randommonk <randommonk@gmail.com> | 2018-01-04 22:52:54 +0000 |
---|---|---|
committer | randommonk <randommonk@gmail.com> | 2018-01-04 23:06:03 +0000 |
commit | dfc4e20b8e9ca57340e24143539498fb82527697 (patch) | |
tree | 50cdec1c1e650e6ca8f0d055b401b2c893e43124 /html/jpgraph/.htaccess | |
parent | 66b162b5f01c996fd8a5cd4e570e31f8483cdffa (diff) |
Bumped version to 4.3. Added jpgraph stats developed by killerEye
Diffstat (limited to 'html/jpgraph/.htaccess')
-rw-r--r-- | html/jpgraph/.htaccess | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/html/jpgraph/.htaccess b/html/jpgraph/.htaccess new file mode 100644 index 0000000..438cccd --- /dev/null +++ b/html/jpgraph/.htaccess @@ -0,0 +1,10 @@ +#------------------------------------------------------------------------------
+# Server root folder www .htaccess
+# This file provides server security limiting access to the localhost only.
+# Comment next four lines to deactivate. (Allows external access)
+#------------------------------------------------------------------------------
+
+Order Deny,Allow
+Deny from all
+Allow from 127.0.0.1
+Allow from ::1
|