diff options
Diffstat (limited to 'html/jpgraph/.htaccess')
-rw-r--r-- | html/jpgraph/.htaccess | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/html/jpgraph/.htaccess b/html/jpgraph/.htaccess deleted file mode 100644 index 438cccd..0000000 --- a/html/jpgraph/.htaccess +++ /dev/null @@ -1,10 +0,0 @@ -#------------------------------------------------------------------------------
-# 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
|