diff options
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
|