diff options
author | randommonk <randommonk@gmail.com> | 2018-01-05 20:20:50 +0000 |
---|---|---|
committer | randommonk <randommonk@gmail.com> | 2018-01-05 20:20:50 +0000 |
commit | 25f3706452bb77f20aaba25648e890da67673959 (patch) | |
tree | 4b9f5e6b782d0a9b304691577c2c23ee5bbaa7e3 /html/jpgraph/.htaccess | |
parent | 3127ce0e642326ee2f2a293e0c1dd0ca0001800c (diff) |
Remove old jpgraph implementation
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
|